Cleaning up
[iot2.git] / iotjava / iotrmi / C++ / basics / TestClassInterface_Skeleton.cpp
index ef814d4db95b9052176cd5813071041a693f2e66..60ad5fdd2883daa723602f24abc9261a44c9b7d5 100644 (file)
@@ -18,7 +18,7 @@ int main(int argc, char *argv[])
        cout << argv3 << endl;
        cout << argv4 << endl;
 
-       //TestClassInterface *tc = new TestClass(argv1, argv2, argv3);
+       //TestClassInterface *tc = new TestClass(argv2, argv3, argv4);
        //TestClassInterface_Skeleton *tcSkel = new TestClassInterface_Skeleton(tc, port);
 
        //delete tc;