comparison src/myVncClient/MyRfbProto.java @ 86:29e43be288ca

merge
author Yu Taninari <you@cr.ie.u-ryukyu.ac.jp>
date Tue, 06 Sep 2011 06:23:20 +0900
parents 143c52bf3a94 a542f92500ab
children 3ea33e683522 1d1bb77d871b
comparison
equal deleted inserted replaced
85:ba6e672cc47c 86:29e43be288ca
789 } catch (IOException e) { 789 } catch (IOException e) {
790 try { 790 try {
791 writerRunning.set(2); 791 writerRunning.set(2);
792 os.close(); 792 os.close();
793 } catch (IOException e1) { 793 } catch (IOException e1) {
794 } 794 /* if socket closed cliList.remove(newCli); */
795 /* if socket closed cliList.remove(newCli); */ 795 }
796 } 796 }
797 } 797 }
798 798
799 public void writeToClient(final OutputStream os, 799 public void writeToClient(final OutputStream os,
800 LinkedList<ByteBuffer> bufs, int inputIndex) 800 LinkedList<ByteBuffer> bufs, int inputIndex)