Adjusting object ID on the stub side according to the Java stubs.
authorrtrimana <rtrimana@uci.edu>
Mon, 19 Mar 2018 16:19:38 +0000 (09:19 -0700)
committerrtrimana <rtrimana@uci.edu>
Mon, 19 Mar 2018 16:19:38 +0000 (09:19 -0700)
benchmarks/Cpp/Lifxtest/LightBulbTest_Stub.hpp
benchmarks/Cpp/Lifxtest/RoomSmart_Stub.hpp

index b45324991164682020a75ddcdccaa1563c764808..64c501271f1073cd52dab60e5508467cb1964ce6 100644 (file)
@@ -18,7 +18,7 @@ class LightBulbTest_Stub : public LightBulbTest
        private:
 
        IoTRMIComm *rmiComm;
-       int objectId = 0;
+       int objectId = 1;
        // Synchronization variables
        bool retValueReceived6 = false;
        bool retValueReceived3 = false;
index d978c185c0e2c5949713e00c125ce68f9c713718..d2ba69ea51a86cdeeb420b5ac9745667d7f3e814 100644 (file)
@@ -19,7 +19,7 @@ class RoomSmart_Stub : public RoomSmart
        private:
 
        IoTRMIComm *rmiComm;
-       int objectId = 0;
+       int objectId = 4;
        // Synchronization variables
        bool retValueReceived0 = false;
        ofstream log;