Changes and additional files for RMI profiling
[iot2.git] / iotjava / iotrmi / C++ / basics / TestClassInterface_Skeleton.cpp
index 65524f76eb52e7152c8ffd7f0ae0dc7abe2e7862..b4f5c5be618762a516c5693baea97bfe65c727e0 100644 (file)
@@ -148,7 +148,6 @@ void TestClassInterface_Skeleton::___waitRequestInvokeMethod(TestClassInterface_
                                        //___callBack(skel); break;
                        default: 
                        cerr << "Method Id " << methodId << " not recognized!" << endl;
-                       //throw exception();
                        return;
                }
                cout << "Out of switch statement!" << endl;
@@ -174,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;