From: rtrimana <rtrimana@uci.edu>
Date: Mon, 19 Mar 2018 16:19:38 +0000 (-0700)
Subject: Adjusting object ID on the stub side according to the Java stubs.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2f60d94b151a6ec0eb04c89f35a101e4f93ed8a0;p=iot2.git

Adjusting object ID on the stub side according to the Java stubs.
---

diff --git a/benchmarks/Cpp/Lifxtest/LightBulbTest_Stub.hpp b/benchmarks/Cpp/Lifxtest/LightBulbTest_Stub.hpp
index b453249..64c5012 100644
--- a/benchmarks/Cpp/Lifxtest/LightBulbTest_Stub.hpp
+++ b/benchmarks/Cpp/Lifxtest/LightBulbTest_Stub.hpp
@@ -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;
diff --git a/benchmarks/Cpp/Lifxtest/RoomSmart_Stub.hpp b/benchmarks/Cpp/Lifxtest/RoomSmart_Stub.hpp
index d978c18..d2ba69e 100644
--- a/benchmarks/Cpp/Lifxtest/RoomSmart_Stub.hpp
+++ b/benchmarks/Cpp/Lifxtest/RoomSmart_Stub.hpp
@@ -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;