Mercurial > hg > RemoteEditor > Eclipse
changeset 61:e6806b2195d3
*** empty log message ***
author | pin |
---|---|
date | Fri, 19 Oct 2007 05:16:25 +0900 (2007-10-18) |
parents | 27123649e11f |
children | 99bcbd897f94 |
files | bin/remoteeditor/editors/RemoteEditor$1.class bin/remoteeditor/editors/RemoteEditor.class src/remoteeditor/editors/RemoteEditor.java |
diffstat | 3 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/remoteeditor/editors/RemoteEditor.java Thu Oct 18 13:27:23 2007 +0900 +++ b/src/remoteeditor/editors/RemoteEditor.java Fri Oct 19 05:16:25 2007 +0900 @@ -68,7 +68,7 @@ viewer.addTextListener(this); document = viewer.getDocument(); filename = this.getEditorInput().getName(); - int port = 8765; + int port = 8766; String host = "localhost"; InetSocketAddress addr = new InetSocketAddress(host, port); try { @@ -93,10 +93,6 @@ selectwindow.setChannel(sc); selectwindow.open(); - //String sessionlist = selectwindow.getSessionList(); - //String sessionID = selectwindow.getSessionName(); - - //joinPart(); REPCommand temp = repreceive.unpack(); myeid = temp.eid; mysid = temp.sid; repreceive.addCommandListener(this);