Mercurial > hg > Members > nobuyasu > tightVNCProxy
comparison src/VncProxyService.java @ 21:dc7e0c6fd208
VncProxyService
author | e085711 |
---|---|
date | Thu, 21 Apr 2011 20:08:29 +0900 |
parents | 361016476783 |
children | b51bb7bc0766 |
comparison
equal
deleted
inserted
replaced
20:361016476783 | 21:dc7e0c6fd208 |
---|---|
69 eightBitColorsDef = null; | 69 eightBitColorsDef = null; |
70 | 70 |
71 rfbThread = new Thread(this); | 71 rfbThread = new Thread(this); |
72 rfbThread.start(); | 72 rfbThread.start(); |
73 | 73 |
74 Thread accept = new Thread(new acceptThread(rfb)); | 74 |
75 accept.start(); | |
76 | 75 |
77 } | 76 } |
78 | 77 |
79 // | 78 // |
80 // run() - executed by the rfbThread to deal with the RFB socket. | 79 // run() - executed by the rfbThread to deal with the RFB socket. |