comparison src/myVncClient/RfbProto.java @ 65:4225c2fd3e16

modify CuiMyVncClient.java
author e085711
date Fri, 05 Aug 2011 19:46:51 +0900
parents ddecfefc7cbe
children 1f05b73b15df
comparison
equal deleted inserted replaced
64:d19913a42a36 65:4225c2fd3e16
174 174
175 // If true, informs that the RFB socket was closed. 175 // If true, informs that the RFB socket was closed.
176 // private boolean closed; 176 // private boolean closed;
177 protected boolean closed; 177 protected boolean closed;
178 178
179 public RfbProto(){
180 }
181
179 // 182 //
180 // Constructor. Make TCP connection to RFB server. 183 // Constructor. Make TCP connection to RFB server.
181 // 184 //
182 RfbProto(String h, int p, VncViewer v) throws IOException { 185 RfbProto(String h, int p, VncViewer v) throws IOException {
183 viewer = v; 186 viewer = v;