示例#1
0
 public override void OnRelease()
 {
     if (this.stSelfInfo != null)
     {
         this.stSelfInfo.Release();
         this.stSelfInfo = null;
     }
     if (this.stTeamMaster != null)
     {
         this.stTeamMaster.Release();
         this.stTeamMaster = null;
     }
     if (this.stTeamInfo != null)
     {
         this.stTeamInfo.Release();
         this.stTeamInfo = null;
     }
     if (this.stMemInfo != null)
     {
         this.stMemInfo.Release();
         this.stMemInfo = null;
     }
     this.dwTeamId       = 0;
     this.dwTeamSeq      = 0;
     this.iTeamEntity    = 0;
     this.ullTeamFeature = 0L;
 }
示例#2
0
 public override void OnUse()
 {
     this.stSelfInfo   = (COMDT_TEAM_MEMBER_UNIQ)ProtocolObjectPool.Get(COMDT_TEAM_MEMBER_UNIQ.CLASS_ID);
     this.stTeamMaster = (COMDT_TEAM_MEMBER_UNIQ)ProtocolObjectPool.Get(COMDT_TEAM_MEMBER_UNIQ.CLASS_ID);
     this.stTeamInfo   = (COMDT_TEAM_BASE)ProtocolObjectPool.Get(COMDT_TEAM_BASE.CLASS_ID);
     this.stMemInfo    = (COMDT_TEAMMEMBER)ProtocolObjectPool.Get(COMDT_TEAMMEMBER.CLASS_ID);
 }
示例#3
0
 public override void OnRelease()
 {
     if (this.stBaseInfo != null)
     {
         this.stBaseInfo.Release();
         this.stBaseInfo = null;
     }
 }
 public override void OnRelease()
 {
     this.dwLadderFlag = 0u;
     if (this.stBaseInfo != null)
     {
         this.stBaseInfo.Release();
         this.stBaseInfo = null;
     }
 }
 public override void OnRelease()
 {
     this.dwTeamId            = 0;
     this.dwTeamSeq           = 0;
     this.iTeamEntity         = 0;
     this.ullTeamFeature      = 0L;
     this.bInviterGradeOfRank = 0;
     if (this.stTeamInfo != null)
     {
         this.stTeamInfo.Release();
         this.stTeamInfo = null;
     }
 }
示例#6
0
 public override void OnRelease()
 {
     if (this.stSelfInfo != null)
     {
         this.stSelfInfo.Release();
         this.stSelfInfo = null;
     }
     if (this.stTeamMaster != null)
     {
         this.stTeamMaster.Release();
         this.stTeamMaster = null;
     }
     if (this.stTeamInfo != null)
     {
         this.stTeamInfo.Release();
         this.stTeamInfo = null;
     }
     if (this.stMemInfo != null)
     {
         this.stMemInfo.Release();
         this.stMemInfo = null;
     }
 }
 public override void OnUse()
 {
     this.stTeamInfo = (COMDT_TEAM_BASE)ProtocolObjectPool.Get(COMDT_TEAM_BASE.CLASS_ID);
 }
 public COMDT_INVITE_TEAM_DETAIL()
 {
     this.stTeamInfo = (COMDT_TEAM_BASE)ProtocolObjectPool.Get(COMDT_TEAM_BASE.CLASS_ID);
 }
示例#9
0
 public CSPKG_CREATE_TEAM_REQ()
 {
     this.stBaseInfo = (COMDT_TEAM_BASE)ProtocolObjectPool.Get(COMDT_TEAM_BASE.CLASS_ID);
 }