changeset 33:96306e8dc217

make a significant change
author pin
date Tue, 23 Jan 2007 17:25:55 +0900
parents 86e04721e463
children 7d80c9318695
files bin/remoteeditor/network/REP.class src/remoteeditor/network/REP.java src/sample/merge/Translate.java
diffstat 3 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file bin/remoteeditor/network/REP.class has changed
--- a/src/remoteeditor/network/REP.java	Tue Jan 16 18:10:02 2007 +0900
+++ b/src/remoteeditor/network/REP.java	Tue Jan 23 17:25:55 2007 +0900
@@ -61,7 +61,7 @@
 			host = dialog.getValue();
 		}
 		
-		dialog = new InputDialog(shell, "REP", "port", "8756", null);
+		dialog = new InputDialog(shell, "REP", "port", "8765", null);
 		if (dialog.open() == Window.OK) {
 			try {
 				port = Integer.parseInt(dialog.getValue());
--- a/src/sample/merge/Translate.java	Tue Jan 16 18:10:02 2007 +0900
+++ b/src/sample/merge/Translate.java	Tue Jan 23 17:25:55 2007 +0900
@@ -13,6 +13,8 @@
 		merge();
 	}
 
+	void addUserList(){}
+	void addTokenList(){}
 
 	void merge(){
 		Rep_Cmd h_pricmd;