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=c393c195ee6fec2c66710df6ee3b0bb0f762732f;hp=ef814d4db95b9052176cd5813071041a693f2e66;hb=b398fced7262712afbb56221552a4030999f142c;hpb=2b21e53cb37d36f25039a4e5009ff90335cdc06c diff --git a/iotjava/iotrmi/C++/basics/TestClassInterface_Skeleton.cpp b/iotjava/iotrmi/C++/basics/TestClassInterface_Skeleton.cpp index ef814d4..c393c19 100644 --- a/iotjava/iotrmi/C++/basics/TestClassInterface_Skeleton.cpp +++ b/iotjava/iotrmi/C++/basics/TestClassInterface_Skeleton.cpp @@ -18,10 +18,10 @@ int main(int argc, char *argv[]) cout << argv3 << endl; cout << argv4 << endl; - //TestClassInterface *tc = new TestClass(argv1, argv2, argv3); - //TestClassInterface_Skeleton *tcSkel = new TestClassInterface_Skeleton(tc, port); + TestClassInterface *tc = new TestClass(argv2, argv3, argv4); + TestClassInterface_Skeleton *tcSkel = new TestClassInterface_Skeleton(tc, port); - //delete tc; - //delete tcSkel; + delete tc; + delete tcSkel; return 0; }