X-Git-Url: http://plrg.eecs.uci.edu/git/?p=iot2.git;a=blobdiff_plain;f=iotjava%2Fiotrmi%2FC%2B%2B%2Fbasics%2FTestClassInterface_Skeleton.cpp;h=b4f5c5be618762a516c5693baea97bfe65c727e0;hp=34e47092ae8f52c353a7f8db340903f9aadc0cd6;hb=302042de817d92a659f4e3015ec56cd4e382ee44;hpb=429e331637e1c6b709cea16e9664bcda7427b58f;ds=inline diff --git a/iotjava/iotrmi/C++/basics/TestClassInterface_Skeleton.cpp b/iotjava/iotrmi/C++/basics/TestClassInterface_Skeleton.cpp index 34e4709..b4f5c5b 100644 --- a/iotjava/iotrmi/C++/basics/TestClassInterface_Skeleton.cpp +++ b/iotjava/iotrmi/C++/basics/TestClassInterface_Skeleton.cpp @@ -173,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;