Mercurial > hg > RemoteEditor > Eclipse
diff src/pathfinder/mergetest/EditorSimulator.java @ 146:0d49e1116336
*** empty log message ***
author | pin |
---|---|
date | Tue, 13 May 2008 18:26:59 +0900 |
parents | b56b5950cb18 |
children | a9fdbcbe351f |
line wrap: on
line diff
--- a/src/pathfinder/mergetest/EditorSimulator.java Thu Mar 27 19:15:20 2008 +0900 +++ b/src/pathfinder/mergetest/EditorSimulator.java Tue May 13 18:26:59 2008 +0900 @@ -43,6 +43,9 @@ // MainLoop, while(running){ REPCommand cmd = cs.read(); + /* received Command */ + if(eid == 0)System.out.println("editor" + eid + ":" + cmd.string + ":" + cmd.eid); + REPCommand[] cmds; ns.writeLog("\tEditor"+eid+" catch command from "+cmd.eid+" NO."+cmd.seq, 3);