aboutsummaryrefslogtreecommitdiff
path: root/src/IvyClient.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/IvyClient.java')
-rwxr-xr-xsrc/IvyClient.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IvyClient.java b/src/IvyClient.java
index 8e20d2d..aadbd0b 100755
--- a/src/IvyClient.java
+++ b/src/IvyClient.java
@@ -113,7 +113,6 @@ public class IvyClient extends Thread {
private static int clientSerial=0; /* an unique ID for each IvyClient */
private SortedMap <Integer,PingCallbackHolder>PingCallbacksTable =
Collections.synchronizedSortedMap(new TreeMap<Integer,PingCallbackHolder>());
-
private Ivy bus;
private Socket socket;
private BufferedReader in;
@@ -133,7 +132,8 @@ public class IvyClient extends Thread {
// int protocol;
private boolean incoming;
- IvyClient() { }
+
+ IvyClient() { } // required for SelfIvyClient FIXME ?!
IvyClient(Ivy bus, Socket socket,int remotePort,boolean incoming) throws IOException {
synchronized(lock) { clientKey=clientSerial++; }