예제 #1
0
 public WriteData(BaseSocketConnection connection, bool sentByServer)
 {
     fConnection = connection;
     fSentByServer = sentByServer;
 }
예제 #2
0
 public MessageSerializer(BaseSocketConnection bc, BaseMessageDispatcher dispather)
 {
     m_MessageDispatcher    = dispather;
     m_BaseSocketConnection = bc;
 }