Clarify resource container API
authorMarkus Jung <markus.jung@samsung.com>
Mon, 5 Oct 2015 13:22:33 +0000 (22:22 +0900)
committerMadan Lanka <lanka.madan@samsung.com>
Tue, 6 Oct 2015 09:33:33 +0000 (09:33 +0000)
Clarify the API for listing bundle information.

Change-Id: I959ac95bb7992105ea308a24480b1ebdaa0f8f77
Signed-off-by: Markus Jung <markus.jung@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3493
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Madan Lanka <lanka.madan@samsung.com>
(cherry picked from commit 6a15ff6cb5c8c9790dbe480c7a9cf09a21e0e8cf)
Reviewed-on: https://gerrit.iotivity.org/gerrit/3541

service/resource-container/include/RCSResourceContainer.h

index 51f8eba..cd47e7d 100644 (file)
@@ -63,7 +63,9 @@ namespace OIC
 
                 // list of bundle ids
                 /**
-                * API for getting the list of all bundles in the container
+                * API for getting the list of all bundles in the container.
+                * The caller receives a copy of the bundle information
+                * and is also responsible for freeing the memory.
                 *
                 * @return List of BundleInfo pointer each associated with a bundle
                 *