public override int HandleMsg(CMessage pMsg)
 {
     pMsg.UnmarshallHeader();
     switch (pMsg.m_uMsgId)
     {
         case (uint)IfLogicRespMethodId.IfLogicRespRespTestMethodId:
             {
                 return RespTest_TInt32(pMsg);
             }
             break;
     }
     return MacrosAndDef.MSG_NOT_HANDLED;
 }
 public override int HandleMsg(CMessage pMsg)
 {
     pMsg.UnmarshallHeader();
     switch (pMsg.m_uMsgId)
     {
         case (uint)IfUsersessionRespMethodId.IfUsersessionRespOnPwdChangedMethodId:
             {
                 return OnPwdChanged_TInt32(pMsg);
             }
             break;
         case (uint)IfUsersessionRespMethodId.IfUsersessionRespRespGetMyInfoMethodId:
             {
                 return RespGetMyInfo_TUInt32_TChar_pt_TChar_pt_TUInt32_TUInt32(pMsg);
             }
             break;
         case (uint)IfUsersessionRespMethodId.IfUsersessionRespRespGetUserInfoMethodId:
             {
                 return RespGetUserInfo_TUInt32_TChar_pt_TChar_pt_TUInt32_TUInt32(pMsg);
             }
             break;
         case (uint)IfUsersessionRespMethodId.IfUsersessionRespRespGetDepartInfoMethodId:
             {
                 return RespGetDepartInfo_TUInt32_TChar_pt_TUInt32(pMsg);
             }
             break;
         case (uint)IfUsersessionRespMethodId.IfUsersessionRespSendJobListMethodId:
             {
                 return SendJobList_list_tpl_begin_TJobInfos_tpl_end__ref_list_tpl_begin_TJobInfos_tpl_end__ref(pMsg);
             }
             break;
         case (uint)IfUsersessionRespMethodId.IfUsersessionRespSendActiveWorkMethodId:
             {
                 return SendActiveWork_TJobInfos_TUInt32_const_TChar_pt(pMsg);
             }
             break;
         case (uint)IfUsersessionRespMethodId.IfUsersessionRespRespMenuListMethodId:
             {
                 return RespMenuList_list_tpl_begin_TJobInfos_tpl_end_(pMsg);
             }
             break;
         case (uint)IfUsersessionRespMethodId.IfUsersessionRespRespGetMenuInfoMethodId:
             {
                 return RespGetMenuInfo_TJobInfos_ref(pMsg);
             }
             break;
     }
     return MacrosAndDef.MSG_NOT_HANDLED;
 }
 public override int HandleMsg(CMessage pMsg)
 {
     pMsg.UnmarshallHeader();
     switch (pMsg.m_uMsgId)
     {
         case (uint)IfAuthRespMethodId.IfAuthRespRespAuthenticateMethodId:
             {
                 return RespAuthenticate_TInt32_TUInt64(pMsg);
             }
             break;
         case (uint)IfAuthRespMethodId.IfAuthRespConfirmDisconnetedMethodId:
             {
                 return ConfirmDisconneted_CDoid(pMsg);
             }
             break;
     }
     return MacrosAndDef.MSG_NOT_HANDLED;
 }
Exemplo n.º 4
0
 public override int HandleMsg(CMessage pMsg)
 {
     pMsg.UnmarshallHeader();
     switch (pMsg.m_uMsgId)
     {
         case IfTestMethodId.IfTestTestMethondId:
             {
                 return IfTestTest_int(pMsg);
             }
             break;
     }
     return MacrosAndDef.MSG_NOT_HANDLED;
 }