comparison rep/Editor.java @ 195:63f36334e8dc

*** empty log message ***
author pin
date Fri, 29 Aug 2008 21:19:14 +0900
parents 763aad2da6b3
children e8f716498caf
comparison
equal deleted inserted replaced
194:be219ba8b39c 195:63f36334e8dc
89 } 89 }
90 return false; 90 return false;
91 } 91 }
92 92
93 private void setHostAndPort(REPSocketChannel<REPCommand> myChannel2) { 93 private void setHostAndPort(REPSocketChannel<REPCommand> myChannel2) {
94 host = myChannel2.socket().getRemoteSocketAddress().toString(); 94 //host = myChannel2.socket().getRemoteSocketAddress().toString();
95 95
96 } 96 }
97 97
98 public REPSocketChannel<REPCommand> getChannel() { 98 public REPSocketChannel<REPCommand> getChannel() {
99 return myChannel; 99 return myChannel;