1 #ifndef __CommandList_h__ 2 #define __CommandList_h__ 15 void add(
Command &command, std::string name =
"");
19 bool processRequest(std::string request,
Session *session);
24 std::vector<Command *> commands;
Definition: Command.cpp:4
int processCommand(std::string request, Session *session) override
Definition: CommandList.cpp:33
Definition: CommandList.h:9