rule.cpp
@@ -3,8 +3,8 @@ using namespace protomsg; bool dbapi_get_time_rules(void *handle, protomsg::CameraTimerule & message) { bool dbapi_get_time_rules(void *handle, vector<protomsg::CameraTimerule> & list) { const char *topic = DATA_URL_PREFIX("/cameraTimerule/findAll"); return bus_dbapi_get(handle, topic, message); return true; }