comparison src/main/java/jp/ac/u_ryukyu/alicevnc/AliceVNC.java @ 30:d8c6a4c7f16e

change algotherm
author sugi
date Sat, 08 Nov 2014 21:00:49 +0900
parents 15398aebb0ef
children 556e27a53219
comparison
equal deleted inserted replaced
29:0f964a1ec846 30:d8c6a4c7f16e
10 this.conf = conf; 10 this.conf = conf;
11 } 11 }
12 12
13 public void run() { 13 public void run() {
14 ods.put("AliceVNCConfig", conf); 14 ods.put("AliceVNCConfig", conf);
15 new CheckMyName();
16 new ReceiveChangeRequest();
17 new SendChangeRequest();
15 new NegotiateVNCServer(); 18 new NegotiateVNCServer();
16 } 19 }
17 20
18 } 21 }