public override void OnRelease()
 {
     this.iErrCode = 0;
     if (this.stNewProgress != null)
     {
         this.stNewProgress.Release();
         this.stNewProgress = null;
     }
 }
 public SCPKG_RESET_BURNING_PROGRESS_RSP()
 {
     this.stNewProgress = (CSDT_BURNING_LEVEL_DETAIL)ProtocolObjectPool.Get(CSDT_BURNING_LEVEL_DETAIL.CLASS_ID);
 }
 public override void OnUse()
 {
     this.stNewProgress = (CSDT_BURNING_LEVEL_DETAIL)ProtocolObjectPool.Get(CSDT_BURNING_LEVEL_DETAIL.CLASS_ID);
 }