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=cea5030dba2e0f9816ba23db044d353234a58571;hb=302042de817d92a659f4e3015ec56cd4e382ee44;hpb=4b928ccacd87cf190fb7a1b7ff5649a96487d09b diff --git a/iotjava/iotrmi/C++/basics/TestClass_Skeleton.cpp b/iotjava/iotrmi/C++/basics/TestClass_Skeleton.cpp index cea5030..afb287e 100644 --- a/iotjava/iotrmi/C++/basics/TestClass_Skeleton.cpp +++ b/iotjava/iotrmi/C++/basics/TestClass_Skeleton.cpp @@ -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;