public override void OnRelease()
 {
     this.iErrCode = 0;
     if (this.stBurningProgress != null)
     {
         this.stBurningProgress.Release();
         this.stBurningProgress = null;
     }
 }
 public override void OnUse()
 {
     this.stBurningProgress = (COMDT_BURNING_LEVEL_PROGRESS)ProtocolObjectPool.Get(COMDT_BURNING_LEVEL_PROGRESS.CLASS_ID);
 }
Пример #3
0
 public SCPKG_GET_BURNING_PROGRESS_RSP()
 {
     this.stBurningProgress = (COMDT_BURNING_LEVEL_PROGRESS)ProtocolObjectPool.Get(COMDT_BURNING_LEVEL_PROGRESS.CLASS_ID);
 }