X-Git-Url: http://plrg.eecs.uci.edu/git/?p=iot2.git;a=blobdiff_plain;f=iotjava%2Fiotrmi%2FC%2B%2B%2Fbasics%2FTestClass_Skeleton.cpp;h=afb287eb8c9745657a8ea43c207cd6873d6b0432;hp=5da922909b18cecf038d2dfec61794d74b6196a3;hb=302042de817d92a659f4e3015ec56cd4e382ee44;hpb=47a251f41e05f47b4bc19c236ab9441cef5ed42c diff --git a/iotjava/iotrmi/C++/basics/TestClass_Skeleton.cpp b/iotjava/iotrmi/C++/basics/TestClass_Skeleton.cpp index 5da9229..afb287e 100644 --- a/iotjava/iotrmi/C++/basics/TestClass_Skeleton.cpp +++ b/iotjava/iotrmi/C++/basics/TestClass_Skeleton.cpp @@ -11,7 +11,8 @@ int main(int argc, char *argv[]) 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);