diff rep/REP.java @ 5:91a33a634fef

*** empty log message ***
author pin
date Thu, 18 Oct 2007 13:27:06 +0900
parents c0db426126b6
children bdb91f4cea26
line wrap: on
line diff
--- a/rep/REP.java	Tue Sep 11 18:05:29 2007 +0900
+++ b/rep/REP.java	Thu Oct 18 13:27:06 2007 +0900
@@ -31,5 +31,7 @@
     public static final int SMCMD_SESSION_ACK    = 61;
 	public static final int SMCMD_SESSION_JOIN   = 62;
 	public static final int SMCMD_SESSION_JOIN_ACK = 62;
+	public static final int SMCMD_UPDATE = 65;
+	public static final int SMCMD_UPDATE_ACK = 66;
 
 }