Mercurial > hg > RemoteEditor > REPSessionManager
changeset 150:dce41e665edb
*** empty log message ***
author | pin |
---|---|
date | Thu, 28 Aug 2008 14:39:34 +0900 |
parents | b3fa37915310 |
children | 4ae9da03cf1e |
files | rep/handler/REPHandlerDoWaiting.java |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/rep/handler/REPHandlerDoWaiting.java Thu Aug 28 14:39:08 2008 +0900 +++ b/rep/handler/REPHandlerDoWaiting.java Thu Aug 28 14:39:34 2008 +0900 @@ -1,5 +1,7 @@ package rep.handler; +import java.nio.channels.SelectionKey; + import rep.SessionManager; import rep.channel.SelectionKeySimulator; @@ -15,4 +17,9 @@ //session.doWaiting(); } + public void handle(SelectionKey key) { + // TODO Auto-generated method stub + + } + }