summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
author <philippe colliot>2016-01-28 14:44:41 +0100
committer <philippe colliot>2016-01-28 14:44:41 +0100
commit0970cb1d7f4e8eabc205434de070b704c632094d (patch)
tree8eafbbce3ae0883bad02486130c5ec2d86fba793 /api
parent37e24439e27bea79d533bfd806d8e7f7cb95db83 (diff)
downloadpoi-service-0970cb1d7f4e8eabc205434de070b704c632094d.tar.gz
Fix of rebuild scripts
Diffstat (limited to 'api')
-rw-r--r--api/franca/navigation/poiservice/POIServiceTypes.fidl8
1 files changed, 2 insertions, 6 deletions
diff --git a/api/franca/navigation/poiservice/POIServiceTypes.fidl b/api/franca/navigation/poiservice/POIServiceTypes.fidl
index 81b82e6..4186bf7 100644
--- a/api/franca/navigation/poiservice/POIServiceTypes.fidl
+++ b/api/franca/navigation/poiservice/POIServiceTypes.fidl
@@ -68,18 +68,14 @@ typeCollection POIServiceTypes {
}
<** @description: Current state of the search**>
-// enumeration SearchStatusState extends BasicEnum { //Base 0x0510
- enumeration SearchStatusState { //Base 0x0510
- INVALID = 0
+ enumeration SearchStatusState extends BasicEnum { //Base 0x0510
NOT_STARTED = 1296
SEARCHING = 1297
FINISHED = 1298
}
<** @description: Type of Operator**>
-// enumeration OperatorType extends BasicEnum { //Base 0x0520
- enumeration OperatorType { //Base 0x0520
- INVALID = 0
+ enumeration OperatorType extends BasicEnum { //Base 0x0520
MORE_THAN = 1312
LESS_THAN = 1313
EQUAL = 1314