Mercurial > hg > RemoteEditor > REPSessionManager
comparison rep/SessionManager.java @ 376:c4ffdac26132
*** empty log message ***
author | kono |
---|---|
date | Wed, 22 Oct 2008 03:19:57 +0900 |
parents | e16b6326fdac |
children | 85a5980d96d8 |
comparison
equal
deleted
inserted
replaced
375:34642bc65c21 | 376:c4ffdac26132 |
---|---|
678 break; | 678 break; |
679 case SMCMD_SELECT_ACK: | 679 case SMCMD_SELECT_ACK: |
680 { | 680 { |
681 // Sessionが見つかったので、select したeditorに教える。 | 681 // Sessionが見つかったので、select したeditorに教える。 |
682 Session session = sessionList.get(command.sid); | 682 Session session = sessionList.get(command.sid); |
683 searchSelectedEditor(command,session.getFirstForwarder(forwarder.channel)); | 683 searchSelectedEditor(command,session.getForwarder(forwarder.channel)); |
684 } | 684 } |
685 break; | 685 break; |
686 | 686 |
687 case SMCMD_SM_JOIN: | 687 case SMCMD_SM_JOIN: |
688 { | 688 { |