diff rep/channel/REPSocketChannel.java @ 234:0498425202a4

made ChannelSimulator no extends SelectableChannelSimulator but REPSocketChannel directly
author kent
date Sun, 31 Aug 2008 19:02:34 +0900
parents 844c8f46584b
children 168dd841be51
line wrap: on
line diff
--- a/rep/channel/REPSocketChannel.java	Sun Aug 31 19:01:03 2008 +0900
+++ b/rep/channel/REPSocketChannel.java	Sun Aug 31 19:02:34 2008 +0900
@@ -139,6 +139,7 @@
 		return sc.connect(semaIP);
 	}
 
+
 	public SelectionKey register1(REPSelector<P> sel, int ops, Object att)
 			throws ClosedChannelException {
 		if(sel instanceof REPSelector) {
@@ -159,5 +160,4 @@
 		return sc.register(sel, ops,att);
 	}
 
-
 }
\ No newline at end of file