public override void OnRelease()
 {
     this.bErrorCode = 0;
     if (this.stRecordDetail != null)
     {
         this.stRecordDetail.Release();
         this.stRecordDetail = null;
     }
 }
 public override void OnUse()
 {
     this.stRecordDetail = (CSDT_FIGHTHISTORY_RECORD_DETAIL)ProtocolObjectPool.Get(CSDT_FIGHTHISTORY_RECORD_DETAIL.CLASS_ID);
 }
 public SCPKG_FIGHTHISTORYLIST_RSP()
 {
     this.stRecordDetail = (CSDT_FIGHTHISTORY_RECORD_DETAIL)ProtocolObjectPool.Get(CSDT_FIGHTHISTORY_RECORD_DETAIL.CLASS_ID);
 }