summaryrefslogtreecommitdiff
path: root/src/poi-service/poi-server/poi-server-class.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/poi-service/poi-server/poi-server-class.h')
-rw-r--r--src/poi-service/poi-server/poi-server-class.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/poi-service/poi-server/poi-server-class.h b/src/poi-service/poi-server/poi-server-class.h
index 49e12f1..12906dc 100644
--- a/src/poi-service/poi-server/poi-server-class.h
+++ b/src/poi-service/poi-server/poi-server-class.h
@@ -100,9 +100,9 @@ public:
void ConfigurationChanged(const std::vector< uint16_t >& changedSettings);
void CategoriesRemoved(const std::vector< uint32_t >& categories);
- void POIAdded(const std::vector< uint32_t >& pois);
- void POIRemoved(const std::vector< uint32_t >& pois);
- void SearchStatusChanged(const uint32_t& poiSearchHandle, const int32_t& statusValue, const std::vector< uint32_t >& pois);
+ void POIAdded(const std::vector< uint64_t >& pois);
+ void POIRemoved(const std::vector< uint64_t >& pois);
+ void SearchStatusChanged(const uint32_t& poiSearchHandle, const int32_t& statusValue, const std::vector<uint64_t> &pois);
private: