Working C++ IoTSlave for both IoTSet and IoTRelation; threading works for C++ LifxLig...
[iot2.git] / benchmarks / drivers / Cpp / LabRoom / Room_Skeleton.cpp
index f46eae235f72a44753335c004e65f638b473321b..8782fde485d1c072443ff89487753d35b58b4701 100644 (file)
@@ -15,4 +15,11 @@ extern "C" void destroyRoom_Skeleton(void* t) {
 }
 
 
+extern "C" void initRoom_Skeleton(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
+       //Room_Skeleton* rs = (Room_Skeleton*) t;
+       //rs->init();
+}