comparison rep/channel/REPSocketChannel.java @ 364:c965ef2b5fd6

*** empty log message ***
author kono
date Mon, 20 Oct 2008 13:44:34 +0900
parents d00cb51ba652
children 5e18919011a8
comparison
equal deleted inserted replaced
363:1a8856580d38 364:c965ef2b5fd6
175 public String getLocalHostName() { 175 public String getLocalHostName() {
176 return sc.socket().getLocalAddress().getHostName(); 176 return sc.socket().getLocalAddress().getHostName();
177 177
178 } 178 }
179 179
180
180 } 181 }