diff rep/channel/REPSocketChannel.java @ 137:1ea856259add

*** empty log message ***
author pin
date Wed, 27 Aug 2008 18:43:09 +0900
parents a4e2bceb9713
children 01062be677e9
line wrap: on
line diff
--- a/rep/channel/REPSocketChannel.java	Wed Aug 27 18:41:42 2008 +0900
+++ b/rep/channel/REPSocketChannel.java	Wed Aug 27 18:43:09 2008 +0900
@@ -1,6 +1,7 @@
 package rep.channel;
 
 import java.io.IOException;
+import java.net.Socket;
 import java.nio.ByteBuffer;
 import java.nio.channels.ClosedChannelException;
 import java.nio.channels.SelectableChannel;
@@ -76,6 +77,11 @@
 		// TODO Auto-generated method stub
 		return false;
 	}
+
+	public Socket socket() {
+		// TODO Auto-generated method stub
+		return null;
+	}