Mercurial > hg > RemoteEditor > REPSessionManager
comparison rep/SessionList.java @ 135:0bd4ffc33bdb
*** empty log message ***
author | kent |
---|---|
date | Wed, 27 Aug 2008 18:34:12 +0900 |
parents | 70fc1e70652c |
children | 5cc8cd48bded |
comparison
equal
deleted
inserted
replaced
134:4ad47fad8fa4 | 135:0bd4ffc33bdb |
---|---|
306 int sid = addSession(session); | 306 int sid = addSession(session); |
307 setTranslationTable(channel, i, sid); | 307 setTranslationTable(channel, i, sid); |
308 } | 308 } |
309 } | 309 } |
310 | 310 |
311 private void setTranslationTable(SocketChannel channel, int i, int sid) { | 311 private void setTranslationTable(REPSocketChannel<REPCommand> channel, int i, int sid) { |
312 | 312 |
313 } | 313 } |
314 | 314 |
315 } | 315 } |