summaryrefslogtreecommitdiff
path: root/src/poi-service/poi-server
diff options
context:
space:
mode:
author <philippe colliot>2015-06-30 17:14:02 +0200
committer <philippe colliot>2015-06-30 17:14:02 +0200
commit2767d87ea7b9858a285f0c106262891d834422de (patch)
tree6c3cae3e1ad0138ada8367e4e854c19116a2e2e1 /src/poi-service/poi-server
parent3918e22c468ff58cc239da310689f951a7d0ce57 (diff)
downloadpoi-service-2767d87ea7b9858a285f0c106262891d834422de.tar.gz
poi-manager-client under test, create/remove category OK
Diffstat (limited to 'src/poi-service/poi-server')
-rw-r--r--src/poi-service/poi-server/CMakeLists.txt2
-rw-r--r--src/poi-service/poi-server/main.cpp4
2 files changed, 2 insertions, 4 deletions
diff --git a/src/poi-service/poi-server/CMakeLists.txt b/src/poi-service/poi-server/CMakeLists.txt
index 38cf342..ec16a44 100644
--- a/src/poi-service/poi-server/CMakeLists.txt
+++ b/src/poi-service/poi-server/CMakeLists.txt
@@ -60,8 +60,6 @@ link_directories(
add_executable(poi-server
main.cpp
- poi-server-class.h
- poi-datamodel.h
${PRJ_COMMON_SRCS}
)
diff --git a/src/poi-service/poi-server/main.cpp b/src/poi-service/poi-server/main.cpp
index 2717f0d..b581e74 100644
--- a/src/poi-service/poi-server/main.cpp
+++ b/src/poi-service/poi-server/main.cpp
@@ -1277,7 +1277,7 @@ void poiSearchServer::RequestResultList(const handleId_t& poiSearchHandle, const
DBus_searchResult el;
DBus_poiCAMDetails::poiCAMDetails_t camElement; //id name category location distance attributes[]
DBus_poiCAMDetails camEl;
- DBus_attribute::attribute_t attribute; //name type value
+ DBus_poiAttribute::poiAttribute_t attribute; //name type value
uint16_t index,size,sub_index;
size_t attribute_index;
poi_t poi;
@@ -1496,7 +1496,7 @@ std::vector< DBus_searchResultDetails::DBus_searchResultDetails_t > poiSearchSer
std::vector< DBus_searchResultDetails::DBus_searchResultDetails_t > return_value;
DBus_searchResultDetails searchResDet;
DBus_searchResultDetails::searchResultDetails_t searchResDetails;
- DBus_attribute::attribute_t attribute;
+ DBus_poiAttribute::poiAttribute_t attribute;
uint16_t indexPOIList,indexIDList;
size_t attribute_index;
poi_t poi;