Changes and additional files for RMI profiling
[iot2.git] / iotjava / iotrmi / Java / basics / TestClass_Skeleton.java
index c85842d205bac945c03d5ac4b6d7cd9f22597613..0e83e7514745eb1565be8aed9bf4266ab4766acf 100644 (file)
@@ -7,7 +7,8 @@ public class TestClass_Skeleton {
                int portsend = 5000;
                int portrecv = 6000;
                String callbackAddress = InetAddress.getLocalHost().getHostAddress();
                int portsend = 5000;
                int portrecv = 6000;
                String callbackAddress = InetAddress.getLocalHost().getHostAddress();
-               TestClass tc = new TestClass(3, 5f, "7911");
+               //TestClassProfiling tc = new TestClassProfiling();
+               TestClass tc = new TestClass();
                TestClassInterface_Skeleton tcSkel = new TestClassInterface_Skeleton(tc, portsend, portrecv);
        }
 }
                TestClassInterface_Skeleton tcSkel = new TestClassInterface_Skeleton(tc, portsend, portrecv);
        }
 }