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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/poi-service/poi-server/poi-server-class.h b/src/poi-service/poi-server/poi-server-class.h
index 3f90a00..49e12f1 100644
--- a/src/poi-service/poi-server/poi-server-class.h
+++ b/src/poi-service/poi-server/poi-server-class.h
@@ -298,7 +298,9 @@ private:
// category and attribute routines
- bool isCategoryAvailable(categoryId_t id, categoryId_t *categoryId_t);
+ bool isCategoryAvailable(categoryId_t id, const uint16_t size, categoryId_t *category_id);
+
+ bool isCategoryAvailableInCAM(categoryId_t id, const std::vector<DBus_category> categoryCAMList, categoryId_t *category_id);
bool isAllCategoriesSelected(uint16_t* index);