Mercurial > hg > RemoteEditor > REPSessionManager
changeset 162:2bd3264abf55
*** empty log message ***
author | pin |
---|---|
date | Thu, 28 Aug 2008 16:54:54 +0900 |
parents | 5b4be02e7243 |
children | fb516794ee28 |
files | rep/SessionManager.java |
diffstat | 1 files changed, 3 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/rep/SessionManager.java Thu Aug 28 16:54:47 2008 +0900 +++ b/rep/SessionManager.java Thu Aug 28 16:54:54 2008 +0900 @@ -45,7 +45,7 @@ public class SessionManager implements ConnectionListener, REPActionListener{ - //private SessionList sessionlist; + private SessionList sessionlist; private List<Session> sessionList; private SessionManagerGUI gui; private Selector selector; @@ -83,7 +83,7 @@ sessionlist = new SessionList(); sessionList = new LinkedList<Session>(); smList = new SessionManagerList(); - ownEditorList = new EditorList(); + //ownEditorList = new EditorList(); editorList = new LinkedList<Editor>(); packetSetList = new LinkedList<PacketSet>(); @@ -239,9 +239,6 @@ break; case REP.SMCMD_SM_JOIN: - { - managerList.add(channel); - } { //SessionManagerのリストへ追加 @@ -388,7 +385,7 @@ maxHost = myHost; sessionlist.setMaxHost(maxHost); } - ownEditorList.setHost(myHost); + //ownEditorList.setHost(myHost); } public static void main(String[] args) throws InterruptedException, IOException {