public override void OnRelease()
 {
     this.wRewardType       = 0;
     this.dwRewardTypeParam = 0;
     if (this.stMultipleInfo != null)
     {
         this.stMultipleInfo.Release();
         this.stMultipleInfo = null;
     }
 }
Exemplo n.º 2
0
 public override void OnRelease()
 {
     this.bWealType  = 0;
     this.dwWealID   = 0;
     this.dwPeriodID = 0;
     this.iResult    = 0;
     this.iExtraCode = 0;
     if (this.stMultipleInfo != null)
     {
         this.stMultipleInfo.Release();
         this.stMultipleInfo = null;
     }
     if (this.stReward != null)
     {
         this.stReward.Release();
         this.stReward = null;
     }
 }
Exemplo n.º 3
0
 public override void OnUse()
 {
     this.stMultipleInfo = (COMDT_MULTIPLE_INFO)ProtocolObjectPool.Get(COMDT_MULTIPLE_INFO.CLASS_ID);
     this.stReward       = (COMDT_REWARD_DETAIL)ProtocolObjectPool.Get(COMDT_REWARD_DETAIL.CLASS_ID);
 }
 public override void OnUse()
 {
     this.stMultipleInfo = (COMDT_MULTIPLE_INFO)ProtocolObjectPool.Get(COMDT_MULTIPLE_INFO.CLASS_ID);
 }
 public COMDT_REWARD_MULTIPLE_INFO()
 {
     this.stMultipleInfo    = (COMDT_MULTIPLE_INFO)ProtocolObjectPool.Get(COMDT_MULTIPLE_INFO.CLASS_ID);
     this.stNewMultipleInfo = (COMDT_MULTIPLE_INFO_NEW)ProtocolObjectPool.Get(COMDT_MULTIPLE_INFO_NEW.CLASS_ID);
 }