comparison rep/SessionManager.java @ 352:39223c6ef689

*** empty log message ***
author kono
date Thu, 16 Oct 2008 13:52:11 +0900
parents ef4afcae0c92
children 0d47ff22ee0e
comparison
equal deleted inserted replaced
351:b8efd57faf78 352:39223c6ef689
531 }catch (IOException e) { 531 }catch (IOException e) {
532 } 532 }
533 } 533 }
534 534
535 private void sm_join(Forwarder channel){ 535 private void sm_join(Forwarder channel){
536 536 smjoin_mode = true;
537 //SM_JOINコマンドを生成。 537 //SM_JOINコマンドを生成。
538 REPCommand command = new REPCommand(); 538 REPCommand command = new REPCommand();
539 command.setCMD(REP.SMCMD_SM_JOIN); 539 command.setCMD(REP.SMCMD_SM_JOIN);
540 command.setEID(-1); // request Parent SessionManagerID 540 command.setEID(-1); // request Parent SessionManagerID
541 command.setSID(-1); // request SessionManagerID 541 command.setSID(-1); // request SessionManagerID