Esempio n. 1
0
 public override void OnRelease()
 {
     this.wShopType          = 0;
     this.dwRefreshIdx       = 0;
     this.iAutoRefreshTime   = 0;
     this.iManualRefreshTime = 0;
     this.iManualRefreshCnt  = 0;
     this.iAPRefreshTime     = 0;
     this.dwAPCollect        = 0;
     this.iItemValidTime     = 0;
     if (this.stItemList != null)
     {
         this.stItemList.Release();
         this.stItemList = null;
     }
 }
Esempio n. 2
0
 public override void OnUse()
 {
     this.stItemList = (COMDT_SHOP_ITEMLIST)ProtocolObjectPool.Get(COMDT_SHOP_ITEMLIST.CLASS_ID);
 }
Esempio n. 3
0
 public COMDT_SHOP_DETAIL()
 {
     this.stItemList = (COMDT_SHOP_ITEMLIST)ProtocolObjectPool.Get(COMDT_SHOP_ITEMLIST.CLASS_ID);
 }