comparison src/myVncProxy/CreateThread.java @ 131:2a90459a05f0

modify CreateThread
author e085711
date Tue, 30 Aug 2011 06:21:13 +0900
parents cb00150c223e
children 4297c2011b71
comparison
equal deleted inserted replaced
130:cb00150c223e 131:2a90459a05f0
67 newEchoClient(is,os); 67 newEchoClient(is,os);
68 // acceptClient.transferParentAddrerss(is, os); 68 // acceptClient.transferParentAddrerss(is, os);
69 } catch (IOException e) { 69 } catch (IOException e) {
70 System.out.println(e); 70 System.out.println(e);
71 } 71 }
72 /*
72 try { 73 try {
73 echoServer.close(); 74 echoServer.close();
74 } catch (IOException e) { 75 } catch (IOException e) {
75 System.out.println(e); 76 System.out.println(e);
76 } 77 }
78 */
77 79
78 } 80 }
79 81
80 } 82 }
81 83