5 #include "CommandList.h"    32       void removeFromSessionList(
Session *session);
    34       virtual void sessionErrorHandler(std::string errorString, 
Session *session);
 CommandList commands
Definition: Service.h:54
Definition: Command.cpp:4
std::vector< Session * > sessions
Definition: Service.h:40
Service(TCPServerSocket &server)
Definition: Service.cpp:7
TCPServerSocket & server
Definition: Service.h:47
Definition: CommandList.h:17
Definition: TCPServerSocket.h:22