diff rep/REP.java @ 122:790c8dd42a7b

*** empty log message ***
author kono
date Tue, 26 Aug 2008 16:33:47 +0900
parents 9381b4734a0b
children 6f15a8880ed8
line wrap: on
line diff
--- a/rep/REP.java	Tue Aug 26 09:52:08 2008 +0900
+++ b/rep/REP.java	Tue Aug 26 16:33:47 2008 +0900
@@ -37,4 +37,6 @@
 	public static final int SMCMD_UPDATE_DOWN = 68;		//obsolete
 	public static final int SMCMD_CH_MASTER = 69;
 	public static final int SMCMD_CH_MASTER_ACK = 70;
+	public static final int SMCMD_GET_UNDO = 71;
+	public static final int SMCMD_GET_UNDO_ACK = 72;
 }