summaryrefslogtreecommitdiff
path: root/api/poi-service
diff options
context:
space:
mode:
author <philippe colliot>2016-02-15 11:23:10 +0100
committer <philippe colliot>2016-02-15 11:23:10 +0100
commit972c62f02fdf41914391efe50f2e9128224ceff2 (patch)
tree3fabaf0e84ea8522333c2242a261e41546ba58a5 /api/poi-service
parent1b17e1aaa2e80ac0e896058553279288fdcb23c5 (diff)
downloadpoi-service-972c62f02fdf41914391efe50f2e9128224ceff2.tar.gz
Fix some wrong enumeration types
Diffstat (limited to 'api/poi-service')
-rw-r--r--api/poi-service/genivi-poiservice-contentaccessmodule.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/poi-service/genivi-poiservice-contentaccessmodule.xml b/api/poi-service/genivi-poiservice-contentaccessmodule.xml
index 16eac50..b000da4 100644
--- a/api/poi-service/genivi-poiservice-contentaccessmodule.xml
+++ b/api/poi-service/genivi-poiservice-contentaccessmodule.xml
@@ -257,7 +257,7 @@
<line>inputString = contains the name of the poi that is searched. It could be a partial name or an empty string.</line>
</doc>
</arg>
- <arg name="sortOption" type="q" direction="in">
+ <arg name="sortOption" type="i" direction="in">
<doc>
<line>sortOption = enum(SORT_DEFAULT,SORT_BY_DISTANCE,SORT_BY_TIME,ATTRIBUTE_CUSTOM, ... )</line>
<line>If more than one category was defined for this search, the sort criteria should be compliant with all categories.</line>
@@ -294,7 +294,7 @@
<line>attributeList = List of attributes id to retrieve. This is optional and the list could be empty.</line>
</doc>
</arg>
- <arg name="statusValue" type="q" direction="out">
+ <arg name="statusValue" type="i" direction="out">
<doc>
<line>statusValue = enum(INVALID,NOT_STARTED,SEARCHING,FINISHED, ... )</line>
</doc>