fix sesion never end and implement create user funcionality

This commit is contained in:
2020-05-21 20:57:18 +02:00
parent b8831c9e35
commit 2783e385a4
6 changed files with 29 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ public:
void send_information();
void send_user_info();
bool validate_pass();
void create_user();
private:
std::string appli_command(char comand[], char* n_package);
virtual int read_data(char* input, int size);