summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
author <philippe colliot>2015-08-28 17:21:54 +0200
committer <philippe colliot>2015-08-28 17:21:54 +0200
commit08ec9c92501300a3de40ce31ed3467a4beadb2f7 (patch)
tree853f43f6885b163cf36d78b6e470b33b74f4e4f6 /src
parent1da40e28957f2dbda99a1586cdbe83140f283a59 (diff)
downloadpoi-service-08ec9c92501300a3de40ce31ed3467a4beadb2f7.tar.gz
Some updates of franca files
Diffstat (limited to 'src')
-rw-r--r--src/poi-service/README2
-rw-r--r--src/poi-service/poi-manager-server/poi-manager-server-stub.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/poi-service/README b/src/poi-service/README
index f1536ea..9e0357a 100644
--- a/src/poi-service/README
+++ b/src/poi-service/README
@@ -56,7 +56,7 @@ How To Build poi-manager-server
NB: You need CommonAPI 3.1.2 and Franca 0.9.1 installed
cd build
-cmake -DWITH_FRANCA_INTERFACE=ON -DCOMMONAPI_DBUS_TOOL_GENERATOR=<common-api-dbus-tools folder>/org.genivi.commonapi.dbus.cli.product/target/products/org.genivi.commonapi.dbus.cli.product/linux/gtk/x86/commonapi-dbus-generator-linux-x86 -DCOMMONAPI_TOOL_GENERATOR=<common-api-tools folder>/org.genivi.commonapi.core.cli.product/target/products/org.genivi.commonapi.core.cli.product/linux/gtk/x86/commonapi-generator-linux-x86 -DWITH_DEBUG=ON ../
+cmake -DWITH_FRANCA_INTERFACE=ON -DCOMMONAPI_DBUS_TOOL_GENERATOR=<common-api-dbus-tools folder>/org.genivi.commonapi.dbus.cli.product/target/products/org.genivi.commonapi.dbus.cli.product/linux/gtk/x86/commonapi-dbus-generator-linux-x86 -DCOMMONAPI_TOOL_GENERATOR=<common-api-tools folder>/org.genivi.commonapi.core.cli.product/target/products/org.genivi.commonapi.core.cli.product/linux/gtk/x86/commonapi-generator-linux-x86 -DWITH_DEBUG=ON . ../
make
cd ..
diff --git a/src/poi-service/poi-manager-server/poi-manager-server-stub.h b/src/poi-service/poi-manager-server/poi-manager-server-stub.h
index 9d6103e..db49660 100644
--- a/src/poi-service/poi-manager-server/poi-manager-server-stub.h
+++ b/src/poi-service/poi-manager-server/poi-manager-server-stub.h
@@ -29,8 +29,8 @@
#include <CommonAPI/CommonAPI.hpp>
-#include <v0_1/org/genivi/navigation/poiservice/POIServiceTypes.hpp>
#include <org/genivi/navigation/NavigationTypes.hpp>
+#include <v0_1/org/genivi/navigation/poiservice/POIServiceTypes.hpp>
#include <v0_1/org/genivi/navigation/poiservice/POIContentManagerStubDefault.hpp>
#include "poi-common-database.h"