summaryrefslogtreecommitdiff
path: root/test/poi-service/poi-contentaccess-module/main.cpp
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 /test/poi-service/poi-contentaccess-module/main.cpp
parent3918e22c468ff58cc239da310689f951a7d0ce57 (diff)
downloadpoi-service-2767d87ea7b9858a285f0c106262891d834422de.tar.gz
poi-manager-client under test, create/remove category OK
Diffstat (limited to 'test/poi-service/poi-contentaccess-module/main.cpp')
-rw-r--r--test/poi-service/poi-contentaccess-module/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/poi-service/poi-contentaccess-module/main.cpp b/test/poi-service/poi-contentaccess-module/main.cpp
index 720d786..6d946c0 100644
--- a/test/poi-service/poi-contentaccess-module/main.cpp
+++ b/test/poi-service/poi-contentaccess-module/main.cpp
@@ -573,7 +573,7 @@ uint16_t contentAccessModuleServer::searchPOIRequest(uint16_t categoryIndex, std
size_t index,sub_index,attribute_index;
DBus_poiCAMDetails poiCAMDet;
DBus_poiCAMDetails::poiCAMDetails_t poi; //source_id, name, category, location, distance, attributes
- DBus_attribute::attribute_t poiAttrib;
+ DBus_poiAttribute::poiAttribute_t poiAttrib;
DBus_searchResultDetails poiDet;
DBus_searchResultDetails::searchResultDetails_t poiDetails; //details(unique id, name, lat, lon, alt), categories, attributes(name, type, value)
std::string name;