Ejemplo n.º 1
0
 public override void OnRelease()
 {
     this.iIndex = 0;
     if (this.stChatMsg != null)
     {
         this.stChatMsg.Release();
         this.stChatMsg = null;
     }
 }
Ejemplo n.º 2
0
 public CSDT_OFFLINE_CHAT_INFO()
 {
     this.stChatMsg = (COMDT_OFFLINE_CHAT_MSG)ProtocolObjectPool.Get(COMDT_OFFLINE_CHAT_MSG.CLASS_ID);
 }
Ejemplo n.º 3
0
 public override void OnUse()
 {
     this.stChatMsg = (COMDT_OFFLINE_CHAT_MSG)ProtocolObjectPool.Get(COMDT_OFFLINE_CHAT_MSG.CLASS_ID);
 }