comparison rep/EditorList.java @ 22:850a9cc4963a

*** empty log message ***
author pin
date Thu, 08 Nov 2007 15:51:43 +0900
parents
children 01657c033761
comparison
equal deleted inserted replaced
21:2d4bab638a71 22:850a9cc4963a
1 package rep;
2
3 public class EditorList {
4
5 public void sendJoinAck(REPCommand repCmd) {
6 // TODO Auto-generated method stub
7
8 }
9
10 public void addEditor(REPCommand repCmd) {
11 // TODO Auto-generated method stub
12
13 }
14
15 }