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