From 2f60d94b151a6ec0eb04c89f35a101e4f93ed8a0 Mon Sep 17 00:00:00 2001 From: rtrimana Date: Mon, 19 Mar 2018 09:19:38 -0700 Subject: [PATCH] Adjusting object ID on the stub side according to the Java stubs. --- benchmarks/Cpp/Lifxtest/LightBulbTest_Stub.hpp | 2 +- benchmarks/Cpp/Lifxtest/RoomSmart_Stub.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.34.1