Adjusting Object IDs to the Java side.
[iot2.git] / benchmarks / drivers / Cpp / LabRoom / Room_Skeleton.hpp
index 715450c0fde56ab30cc6aef1e66a337bb2499c67..557077844066d2c4363af6095917e7c36b983e9b 100644 (file)
@@ -21,7 +21,7 @@ class Room_Skeleton : public Room
        IoTRMIComm *rmiComm;
        char* methodBytes;
        int methodLen;
-       int objectId = 0;
+       int objectId = 4;
        static set<int> set0Allowed;
        // Synchronization variables
        bool methodReceived = false;