Esempio n. 1
0
 public override void OnRelease()
 {
     this.dwChatTime = 0u;
     if (this.stChatMsg != null)
     {
         this.stChatMsg.Release();
         this.stChatMsg = null;
     }
 }
Esempio n. 2
0
 public COMDT_OFFLINE_CHAT_MSG()
 {
     this.stChatMsg = (COMDT_CHAT_MSG_PRIVATE)ProtocolObjectPool.Get(COMDT_CHAT_MSG_PRIVATE.CLASS_ID);
 }
Esempio n. 3
0
 public override void OnUse()
 {
     this.stChatMsg = (COMDT_CHAT_MSG_PRIVATE)ProtocolObjectPool.Get(COMDT_CHAT_MSG_PRIVATE.CLASS_ID);
 }