Changes and additional files for RMI profiling
[iot2.git] / iotjava / iotrmi / C++ / basics / TestClass_Skeleton.cpp
index 5da922909b18cecf038d2dfec61794d74b6196a3..afb287eb8c9745657a8ea43c207cd6873d6b0432 100644 (file)
@@ -11,7 +11,8 @@ int main(int argc, char *argv[])
        TestClassInterface_Skeleton *tcSkel;
 
        int port = 5010;
        TestClassInterface_Skeleton *tcSkel;
 
        int port = 5010;
-       tc = new TestClass(3, 5.0, "7911");
+       //tc = new TestClass(3, 5.0, "7911");
+       tc = new TestClassProfiling();
        string callbackAddress = "128.195.204.132";
        tcSkel = new TestClassInterface_Skeleton(tc, callbackAddress, port);
 
        string callbackAddress = "128.195.204.132";
        tcSkel = new TestClassInterface_Skeleton(tc, callbackAddress, port);