1 #ifndef __WEBSERVER_HPP__ 2 #define __WEBSERVER_HPP__ 4 #include <Wt/WApplication> 6 #include <Wt/WContainerWidget> 7 #include <Wt/WLineEdit> 8 #include <Wt/WPushButton> 17 #include "PassCheck.hpp" 18 #include "Globals.hpp" 33 Wt::WLineEdit *username;
34 Wt::WLineEdit *password;
38 std::ofstream pipeline;
60 void createNewUser(
void);
69 bool authUser(std::string username, std::string pass);
78 void createUser(std::string username, std::string pass);
Definition: webserver.hpp:23
Webserver(const Wt::WEnvironment &env)
Definition: webserver.cpp:9