fhq-server  v0.2.33
Documentation for fhq-server. FreeHackQuest is an open source platform for competitions of computer security.
cmd_handlers_support.h
Go to the documentation of this file.
1 #ifndef CMD_HADNLERS_SUPPORT_H
2 #define CMD_HADNLERS_SUPPORT_H
3 
4 #include <cmd_handlers.h>
5 
10 
11  public:
13  virtual void handle(ModelRequest *pRequest);
14 };
15 
17 
18 #endif // CMD_HADNLERS_SUPPORT_H
CmdHandlerFeedbackAdd()
Definition: cmd_handlers_support.cpp:13
This handler for add support.
Definition: cmd_handlers_support.h:9
Definition: cmd_handlers.h:160
#define REGISTRY_CMD(classname)
Definition: cmd_handlers.h:265
Api handler Base.
Definition: cmd_handlers.h:202
virtual void handle(ModelRequest *pRequest)
Definition: cmd_handlers_support.cpp:29