Cleaning up drivers/Cpp, Cpp/Lifxtest, virtuals, and iotrmi/C++ (revisiting the C...
[iot2.git] / benchmarks / Cpp / Lifxtest / RoomSmart_Stub.cpp
index 0e1a498f0d146cde5efdb3e25d73f9d8c9bc4e23..bfe7f78dfe7d466222e6f82feba161ffb359bb03 100644 (file)
@@ -70,5 +70,17 @@ extern "C" void initRoomSmart_Stub(void* t) {
 }
 
 int main() {
+
+        /*int send_port = 5010;
+        int recv_port = 5011;
+        const char* skeletonAddress = "localhost";
+        //const char* skeletonAddress = "l92.168.1.198";
+        //const char* skeletonAddress = "127.0.0.1";
+        int rev = 0;
+        bool result = false;
+
+        RoomSmart_Stub *rm = new RoomSmart_Stub(send_port, recv_port, skeletonAddress, rev, &result);
+        cout << "Successfully instantiated stub!" << endl;*/
+
        return 0;
 }