1 #ifndef __CommandList_h__ 2 #define __CommandList_h__ 4 #include "TCPSession.h" 26 void add(
Command &command, std::string name =
"");
30 bool processRequest(std::string request,
TCPSession *session, std::stringstream &data);
35 std::vector<Command *> commands;
Definition: Command.cpp:3
Definition: TCPSession.h:21
int processCommand(std::string request, TCPSession *session, std::stringstream &data)
Definition: CommandList.cpp:24
Definition: CommandList.h:18
void add(Command &command, std::string name="")
Definition: CommandList.cpp:5