Changes and additional files for RMI profiling
[iot2.git] / iotjava / iotrmi / C++ / basics / TestClassInterface_Skeleton.cpp
index 34e47092ae8f52c353a7f8db340903f9aadc0cd6..b4f5c5be618762a516c5693baea97bfe65c727e0 100644 (file)
@@ -173,6 +173,7 @@ int main(int argc, char *argv[])
        int portRecv = 6000;
        //TestClassInterface *tc = new TestClass(argv2, argv3, argv4);
        TestClassInterface *tc = new TestClass(123, 2.345, "test");
+       //TestClassInterface *tc = new TestClassProfiling();
        TestClassInterface_Skeleton *tcSkel = new TestClassInterface_Skeleton(tc, portSend, portRecv);
 
        //delete tc;