changeset 92:a21881284668

*** empty log message ***
author pin
date Fri, 21 Dec 2007 18:31:06 +0900
parents 0a483aa8cf71
children cda18e429dfa
files bin/remoteeditor/editors/RemoteEditor$1.class bin/remoteeditor/editors/RemoteEditor.class bin/remoteeditor/network/REP.class src/remoteeditor/editors/RemoteEditor.java
diffstat 4 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
Binary file bin/remoteeditor/editors/RemoteEditor$1.class has changed
Binary file bin/remoteeditor/editors/RemoteEditor.class has changed
Binary file bin/remoteeditor/network/REP.class has changed
--- a/src/remoteeditor/editors/RemoteEditor.java	Fri Dec 21 17:49:22 2007 +0900
+++ b/src/remoteeditor/editors/RemoteEditor.java	Fri Dec 21 18:31:06 2007 +0900
@@ -233,6 +233,7 @@
 	private void commandManager(REPCommand command) {
 		switch(command.cmd){
 		case REP.SMCMD_JOIN_ACK:
+			mysid = command.sid;
 			myeid = command.eid;
 			trans.myeid = myeid;
 			//putPart();