Mercurial > hg > RemoteEditor > REPSessionManager
comparison rep/SessionList.java @ 252:526ee0354067
*** empty log message ***
author | pin |
---|---|
date | Thu, 04 Sep 2008 19:27:54 +0900 |
parents | cbd67817e9cd |
children | 90965a3bd4f3 |
comparison
equal
deleted
inserted
replaced
251:774c66db4939 | 252:526ee0354067 |
---|---|
13 LinkedList<String> stringlist = new LinkedList<String>(); | 13 LinkedList<String> stringlist = new LinkedList<String>(); |
14 private int sessionID = 0; | 14 private int sessionID = 0; |
15 private int editorCount = 0; | 15 private int editorCount = 0; |
16 | 16 |
17 private boolean channelequals = false; | 17 private boolean channelequals = false; |
18 private LinkedList<Session> tmpSessionList = new LinkedList<Session>(); | |
19 private String maxHost; | 18 private String maxHost; |
20 //private TranslaterImp1 translater; | 19 //private TranslaterImp1 translater; |
21 | 20 |
22 public SessionList(){ | 21 public SessionList(){ |
23 makeDefaultSession(); | 22 makeDefaultSession(); |