Mercurial > hg > RemoteEditor > REPSessionManager
diff rep/channel/REPSocketChannel.java @ 143:785a3e8ea858
*** empty log message ***
author | kent |
---|---|
date | Wed, 27 Aug 2008 22:48:10 +0900 |
parents | 01062be677e9 |
children | ec625f8f8d7c |
line wrap: on
line diff
--- a/rep/channel/REPSocketChannel.java Wed Aug 27 21:31:21 2008 +0900 +++ b/rep/channel/REPSocketChannel.java Wed Aug 27 22:48:10 2008 +0900 @@ -83,6 +83,10 @@ // TODO Auto-generated method stub return null; } + + public void read(P p){ + + } public REPSocketChannel<P> create() throws IOException { if (REPServerSocketChannel.isSimulation) {