示例#1
0
 public override void OnRelease()
 {
     this.bErrCode = 0;
     if (this.stDetail != null)
     {
         this.stDetail.Release();
         this.stDetail = null;
     }
 }
示例#2
0
 public SCDT_COINDRAW_PROC()
 {
     this.stDetail = (SCDT_COINDRAW_DETAIL)ProtocolObjectPool.Get(SCDT_COINDRAW_DETAIL.CLASS_ID);
 }
示例#3
0
 public override void OnUse()
 {
     this.stDetail = (SCDT_COINDRAW_DETAIL)ProtocolObjectPool.Get(SCDT_COINDRAW_DETAIL.CLASS_ID);
 }