diff rep/Editor.java @ 353:0d47ff22ee0e

*** empty log message ***
author kono
date Thu, 16 Oct 2008 14:25:45 +0900
parents ef4afcae0c92
children 034acadc0cdc
line wrap: on
line diff
--- a/rep/Editor.java	Thu Oct 16 13:52:11 2008 +0900
+++ b/rep/Editor.java	Thu Oct 16 14:25:45 2008 +0900
@@ -196,7 +196,7 @@
 		REPSocketChannel<REPCommand> channel = key.channel1();
 		REPCommand command = channel.read();
 		SessionManager.logger.writeLog("REPHandlerImpl.handle() read : command = " + command +" from "+channel);
-		if (manager.manage(this, command)) return;
+		if (manager.sessionManage(this, command)) return;
 		manage(command);
 	}