projects
/
iot2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changes and additional files for RMI profiling
[iot2.git]
/
iotjava
/
iotrmi
/
Java
/
basics
/
TestClass_Skeleton.java
diff --git
a/iotjava/iotrmi/Java/basics/TestClass_Skeleton.java
b/iotjava/iotrmi/Java/basics/TestClass_Skeleton.java
index
c85842d
..
0e83e75
100644
(file)
--- a/
iotjava/iotrmi/Java/basics/TestClass_Skeleton.java
+++ b/
iotjava/iotrmi/Java/basics/TestClass_Skeleton.java
@@
-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);
}
}