Mercurial > hg > RemoteEditor > REPSessionManager
comparison rep/Editor.java @ 212:e8f716498caf
*** empty log message ***
author | pin |
---|---|
date | Sat, 30 Aug 2008 15:49:42 +0900 |
parents | 63f36334e8dc |
children | 4d9b32666ed2 |
comparison
equal
deleted
inserted
replaced
211:44d502851c9e | 212:e8f716498caf |
---|---|
8 | 8 |
9 public class Editor { | 9 public class Editor { |
10 private int eid; | 10 private int eid; |
11 private REPSocketChannel<REPCommand> myChannel; | 11 private REPSocketChannel<REPCommand> myChannel; |
12 private String host; | 12 private String host; |
13 //private String port; | |
14 private String file; | 13 private String file; |
15 private TranslaterImp1 translater; | 14 private TranslaterImp1 translater; |
16 private List<REPCommand> sentList; | 15 private List<REPCommand> sentList; |
17 | 16 |
18 public Editor(){ | 17 public Editor(){ |