Mercurial > hg > Members > nobuyasu > tightVNCClient
comparison src/myVncClient/MyRfbProto.java @ 22:ddecfefc7cbe
add build.xml
author | e085711 |
---|---|
date | Wed, 18 May 2011 11:18:44 +0900 |
parents | 965360af5f0b |
children | 49eed04b9b3b |
comparison
equal
deleted
inserted
replaced
21:2338a9bcc1d6 | 22:ddecfefc7cbe |
---|---|
82 | 82 |
83 void addSock(Socket sock){ | 83 void addSock(Socket sock){ |
84 cliList.add(sock); | 84 cliList.add(sock); |
85 } | 85 } |
86 void addSockTmp(Socket sock){ | 86 void addSockTmp(Socket sock){ |
87 System.out.println("connected "+sock.getInetAddress()); | |
87 cliListTmp.add(sock); | 88 cliListTmp.add(sock); |
88 } | 89 } |
89 | 90 |
90 void mark(int len) throws IOException { | 91 void mark(int len) throws IOException { |
91 is.mark(len); | 92 is.mark(len); |