Exemplo n.º 1
0
 public override void OnRelease()
 {
     this.bType = 0;
     if (this.stContent != null)
     {
         this.stContent.Release();
         this.stContent = null;
     }
 }
Exemplo n.º 2
0
 public COMDT_CHAT_MSG()
 {
     this.stContent = (COMDT_CHAT_MSG_UNION)ProtocolObjectPool.Get(COMDT_CHAT_MSG_UNION.CLASS_ID);
 }
Exemplo n.º 3
0
 public override void OnUse()
 {
     this.stContent = (COMDT_CHAT_MSG_UNION)ProtocolObjectPool.Get(COMDT_CHAT_MSG_UNION.CLASS_ID);
 }