summaryrefslogtreecommitdiff
path: root/api/franca
diff options
context:
space:
mode:
author <philippe colliot>2015-04-02 11:40:08 +0200
committer <philippe colliot>2015-04-02 11:40:08 +0200
commit00c03c5e03c85f82e158c860db9ff75398f8d79d (patch)
tree784d946c3f9402905d8ffc402ac13e1fa7b40a9e /api/franca
parent4ce01f648637ca50a65f0f25e9c6bf60245f178d (diff)
downloadpoi-service-00c03c5e03c85f82e158c860db9ff75398f8d79d.tar.gz
Improvement of debug build
Diffstat (limited to 'api/franca')
-rwxr-xr-xapi/franca/navigation/poiservice/POIContentManager.fidl7
1 files changed, 2 insertions, 5 deletions
diff --git a/api/franca/navigation/poiservice/POIContentManager.fidl b/api/franca/navigation/poiservice/POIContentManager.fidl
index 012e81f..56cccce 100755
--- a/api/franca/navigation/poiservice/POIContentManager.fidl
+++ b/api/franca/navigation/poiservice/POIContentManager.fidl
@@ -103,11 +103,8 @@ interface POIContentManager {
<** @description : Creates a category by name and return an unique id.**>
method createCategory {
in {
- <** @description : Name of the category to create.**>
- String name
-
- <** @description : The parent category (if id of the root category, the category created is a parent one).**>
- CategoryID category
+ <** @description : List of details for the category to create.**>
+ CAMCategory category
}
out {
<** @description : Category unique id.**>