Cleaning up drivers/Cpp, Cpp/Lifxtest, virtuals, and iotrmi/C++ (revisiting the C...
[iot2.git] / benchmarks / drivers / Cpp / LifxLightBulb / LightBulb_Skeleton.hpp
index 2a06e737b8d52709e680fbab4215c1ad2a20ad03..82fa32a3a4f732c9d842875972a85731cd00ee34 100644 (file)
@@ -19,12 +19,11 @@ class LightBulb_Skeleton : public LightBulb
        IoTRMIComm *rmiComm;
        char* methodBytes;
        int methodLen;
-       int objectId = 0;
+       int objectId = 1;
        static set<int> set0Allowed;
        // Synchronization variables
        bool methodReceived = false;
        bool didAlreadyInitWaitInvoke = false;
-       
 
        public: