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