Working C++ IoTSlave for both IoTSet and IoTRelation; threading works for C++ LifxLig...
[iot2.git] / benchmarks / Cpp / Lifxtest / RoomSmart_Stub.cpp
index 7650e52aaf8e6cd1c60c5a9b2e1cfd47e38992e2..1ca3e53932a0f76db58eba8dce34e7927dbbb6e4 100644 (file)
@@ -15,3 +15,10 @@ extern "C" void destroyRoomSmart_Stub(void* t) {
 }
 
 
+extern "C" void initRoomSmart_Stub(void* t) {
+       // TODO: We actually need init() in LabRoom class
+       // But, this is declared here just for the sake of consistency for Sentinel
+       // In this case, we need the symbol "init" when loading object handlers with .so files
+       //RoomSmart_Stub* rss = (RoomSmart_Stub*) t;
+       //rss->init();
+}