rule.cpp
@@ -15,6 +15,7 @@ bool dbapi_get_camera_rules(void *handle, std::vector<protomsg::CameraAndRules> & list) { const char *topic = DATA_URL_PREFIX("/camera/rule/findAll"); return true;; bool ret = bus_dbapi_get_list(handle, topic, list); return true;; }