Exemplo n.º 1
0
 public override void OnRelease()
 {
     this.iErrCode = 0;
     if (this.stDetail != null)
     {
         this.stDetail.Release();
         this.stDetail = null;
     }
 }
Exemplo n.º 2
0
 public override void OnUse()
 {
     this.stDetail = (COMDT_SETTLE_RESULT_DETAIL)ProtocolObjectPool.Get(COMDT_SETTLE_RESULT_DETAIL.CLASS_ID);
 }
Exemplo n.º 3
0
 public SCPKG_MULTGAME_SETTLEGAIN()
 {
     this.stDetail = (COMDT_SETTLE_RESULT_DETAIL)ProtocolObjectPool.Get(COMDT_SETTLE_RESULT_DETAIL.CLASS_ID);
 }
Exemplo n.º 4
0
 public SCPKG_SINGLEGAMEFINRSP()
 {
     this.stDetail = (COMDT_SETTLE_RESULT_DETAIL)ProtocolObjectPool.Get(COMDT_SETTLE_RESULT_DETAIL.CLASS_ID);
 }