Changes and additional files for RMI profiling
[iot2.git] / iotjava / iotrmi / Java / basics / TestClass_Skeleton.java
index c85842d..0e83e75 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);
        }
 }