diff rep/handler/REPNode.java @ 389:4b535bef903a

23
author one@firefly.cr.ie.u-ryukyu.ac.jp
date Mon, 10 Nov 2008 22:24:21 +0900
parents 6f356d160e58
children 19705f4b8015
line wrap: on
line diff
--- a/rep/handler/REPNode.java	Mon Nov 10 22:23:02 2008 +0900
+++ b/rep/handler/REPNode.java	Mon Nov 10 22:24:21 2008 +0900
@@ -153,5 +153,8 @@
 	public void sendSync(REPCommand sync) {
 		next.sendWithSeq(sync);
 	}
+
+	public abstract void joinAck(REPCommand sendCommand, int sid) ;
+
 	
 }