18 #ifndef NAF_HANDLERS_LOGINHANDLER
19 #define NAF_HANDLERS_LOGINHANDLER
22 #include "handlers/root_handler.h"
38 using RootHandler::RootHandler;
42 virtual void Process_()
override;
43 virtual void Login_();
46 std::string SessionExists_();
Definition: login_handler.h:36
Definition: root_handler.h:97