コード例 #1
0
 public override void OnRelease()
 {
     if (this.stMsgInfo != null)
     {
         this.stMsgInfo.Release();
         this.stMsgInfo = null;
     }
     this.bIsDelete = 0;
     this.iNxtIndex = 0;
 }
コード例 #2
0
 public COMDT_HORNMSG_QUEUE()
 {
     this.stMsgInfo = (COMDT_CHAT_MSG_HORN)ProtocolObjectPool.Get(COMDT_CHAT_MSG_HORN.CLASS_ID);
 }
コード例 #3
0
 public override void OnUse()
 {
     this.stMsgInfo = (COMDT_CHAT_MSG_HORN)ProtocolObjectPool.Get(COMDT_CHAT_MSG_HORN.CLASS_ID);
 }