comparison src/main/java/jp/ac/u_ryukyu/treevnc/MyRfbProto.java @ 38:c2f0b6907448

add doc directory
author one
date Thu, 27 Sep 2012 19:32:25 +0900
parents b7d4d0349f99
children 6687aa9dd55e
comparison
equal deleted inserted replaced
37:1454d6fe96c1 38:c2f0b6907448
288 288
289 public Socket accept() throws IOException { 289 public Socket accept() throws IOException {
290 return null; 290 return null;
291 } 291 }
292 292
293 public void selectPort(int port) { 293 public int selectPort(int port) {
294 294 return port;
295 } 295 }
296 296
297 297
298 public void writeFramebufferUpdateRequest(int x, int y, int w, int h, 298 public void writeFramebufferUpdateRequest(int x, int y, int w, int h,
299 boolean incremental) throws TransportException { 299 boolean incremental) throws TransportException {