diff options
Diffstat (limited to 'src/poi-service/poi-server/poi-server-class.h')
-rw-r--r-- | src/poi-service/poi-server/poi-server-class.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/poi-service/poi-server/poi-server-class.h b/src/poi-service/poi-server/poi-server-class.h index b954f14..f8b8cc4 100644 --- a/src/poi-service/poi-server/poi-server-class.h +++ b/src/poi-service/poi-server/poi-server-class.h @@ -244,6 +244,8 @@ public: std::vector< DBus_categoryIdLevel::DBus_categoryIdLevel_t > GetParentCategories(const categoryId_t& category); + std::vector< uint32_t > GetCategoriesWithStandardCategoryId(const int32_t& standardCategoryId); + std::vector< DBus_category::DBus_category_t > GetCategoriesDetails(const std::vector< categoryId_t >& categories); handleId_t CreatePoiSearchHandle(); |