diff rep/EditorList.java @ 137:1ea856259add

*** empty log message ***
author pin
date Wed, 27 Aug 2008 18:43:09 +0900
parents 70fc1e70652c
children 6a5fe529b192
line wrap: on
line diff
--- a/rep/EditorList.java	Wed Aug 27 18:41:42 2008 +0900
+++ b/rep/EditorList.java	Wed Aug 27 18:43:09 2008 +0900
@@ -25,7 +25,7 @@
 	}
 
 
-	public void sendJoinAck(SocketChannel channel, REPCommand repCmd) {
+	public void sendJoinAck(REPSocketChannel channel, REPCommand repCmd) {
 		REPCommand command = repCmd;
 		command.setCMD(REP.SMCMD_JOIN_ACK);
 		
@@ -110,7 +110,7 @@
 	}
 
 
-	public Editor getEditor(SocketChannel channel) {
+	public Editor getEditor(REPSocketChannel channel) {
 		// TODO Auto-generated method stub
 		Editor editor1 = null;
 		for(Editor editor: editorList){