From 6a15ff6cb5c8c9790dbe480c7a9cf09a21e0e8cf Mon Sep 17 00:00:00 2001 From: Markus Jung Date: Mon, 5 Oct 2015 22:22:33 +0900 Subject: [PATCH] Clarify resource container API Clarify the API for listing bundle information. Change-Id: I959ac95bb7992105ea308a24480b1ebdaa0f8f77 Signed-off-by: Markus Jung Reviewed-on: https://gerrit.iotivity.org/gerrit/3493 Tested-by: jenkins-iotivity Reviewed-by: Madan Lanka --- service/resource-container/include/RCSResourceContainer.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/service/resource-container/include/RCSResourceContainer.h b/service/resource-container/include/RCSResourceContainer.h index 51f8eba..cd47e7d 100644 --- a/service/resource-container/include/RCSResourceContainer.h +++ b/service/resource-container/include/RCSResourceContainer.h @@ -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 * -- 2.7.4