Mercurial > hg > RemoteEditor > Eclipse
comparison src/remoteeditor/network/REP.java @ 72:a77ddf4fc5c9
add field REPCommand.throughMaster
add REP.REPCMD_NOP
author | kent |
---|---|
date | Thu, 08 Nov 2007 15:47:53 +0900 |
parents | 403272ec470c |
children | 7218ba447b7a |
comparison
equal
deleted
inserted
replaced
71:eda73e0a0388 | 72:a77ddf4fc5c9 |
---|---|
11 public static final int REPCMD_DELETE_ACK = 10; | 11 public static final int REPCMD_DELETE_ACK = 10; |
12 public static final int REPCMD_CLOSE = 11; | 12 public static final int REPCMD_CLOSE = 11; |
13 public static final int REPCMD_CLOSE_ACK = 12; | 13 public static final int REPCMD_CLOSE_ACK = 12; |
14 public static final int REPCMD_REPLACE = 13; | 14 public static final int REPCMD_REPLACE = 13; |
15 public static final int REPCMD_REPLACE_ACK = 14; | 15 public static final int REPCMD_REPLACE_ACK = 14; |
16 public static final int REPCMD_NOP = 15; | |
16 public static final int SMCMD_JOIN = 41; | 17 public static final int SMCMD_JOIN = 41; |
17 public static final int SMCMD_JOIN_ACK = 42; | 18 public static final int SMCMD_JOIN_ACK = 42; |
18 public static final int SMCMD_GET = 43; | 19 public static final int SMCMD_GET = 43; |
19 public static final int SMCMD_GET_ACK = 44; | 20 public static final int SMCMD_GET_ACK = 44; |
20 public static final int SMCMD_PUT = 45; | 21 public static final int SMCMD_PUT = 45; |