1 #ifndef __CommandList_h__ 2 #define __CommandList_h__ 37 void add(
Command &command, std::string name =
"");
41 bool processRequest(std::string request,
Session *session);
46 std::vector<Command *> commands;
CommandList()
Definition: CommandList.cpp:5
Definition: Command.cpp:4
~CommandList()
Definition: CommandList.cpp:7
int processCommand(std::string request, Session *session) override
Definition: CommandList.cpp:28
Definition: CommandList.h:17
void add(Command &command, std::string name="")
Definition: CommandList.cpp:9