comparison src/main/java/jp/ac/u_ryukyu/treevnc/server/VncProxyService.java @ 111:a7988d3c0266

minor fix.
author oc
date Fri, 23 May 2014 20:24:43 +0900
parents 457f9dfbf7ce
children 804b1ce07aa0
comparison
equal deleted inserted replaced
110:464eb64e3fd6 111:a7988d3c0266
73 vps.initProxy1("localhost"); 73 vps.initProxy1("localhost");
74 } 74 }
75 75
76 private void initProxy1(String hostName) { 76 private void initProxy1(String hostName) {
77 myRfb = new MyRfbProtoProxy(); 77 myRfb = new MyRfbProtoProxy();
78 myRfb.setViewer(this); 78 myRfb.setVncProxy(this);
79 clients = new AcceptClient(); 79 clients = new AcceptClient();
80 isApplet = false; 80 isApplet = false;
81 setIsTreeVNC(true); 81 setIsTreeVNC(true);
82 setConnectionParam(hostName,vncport); 82 setConnectionParam(hostName,vncport);
83 isApplet = true; 83 isApplet = true;