public override void OnRelease()
 {
     this.bNumberType = 0;
     this.iErrCode    = 0;
     if (this.stRankingListDetail != null)
     {
         this.stRankingListDetail.Release();
         this.stRankingListDetail = null;
     }
 }
 public override void OnUse()
 {
     this.stRankingListDetail = (CSDT_RANKING_LIST_DETAIL)ProtocolObjectPool.Get(CSDT_RANKING_LIST_DETAIL.CLASS_ID);
 }
 public SCPKG_GET_RANKING_LIST_RSP()
 {
     this.stRankingListDetail = (CSDT_RANKING_LIST_DETAIL)ProtocolObjectPool.Get(CSDT_RANKING_LIST_DETAIL.CLASS_ID);
 }