Mercurial > hg > RemoteEditor > Eclipse
comparison src/remoteeditor/network/REP.java @ 151:1768e68ba98e
*** empty log message ***
author | pin |
---|---|
date | Tue, 05 Aug 2008 15:09:39 +0900 |
parents | e33871f4b39a |
children | 09ad66f62f4a |
comparison
equal
deleted
inserted
replaced
150:e33871f4b39a | 151:1768e68ba98e |
---|---|
35 public static final int SMCMD_UPDATE = 65; | 35 public static final int SMCMD_UPDATE = 65; |
36 public static final int SMCMD_UPDATE_ACK = 66; | 36 public static final int SMCMD_UPDATE_ACK = 66; |
37 public static final int SMCMD_GET_UNDO = 71; | 37 public static final int SMCMD_GET_UNDO = 71; |
38 public static final int SMCMD_GET_UNDO_ACK = 72; | 38 public static final int SMCMD_GET_UNDO_ACK = 72; |
39 | 39 |
40 public static final int REPCMD_INSERT_UNDO = 106; | 40 public static final int SMCMD_START_MERGE = 73; |
41 public static final int REPCMD_DELETE_UNDO = 109; | 41 public static final int SMCMD_START_MERGE_ACK = 74; |
42 public static final int REPCMD_REPLACE_UNDO = 113; | 42 |
43 // public static final int REPCMD_INSERT_UNDO = 106; | |
44 // public static final int REPCMD_DELETE_UNDO = 109; | |
45 // public static final int REPCMD_REPLACE_UNDO = 113; | |
43 | 46 |
44 } | 47 } |