fix client install comunication

This commit is contained in:
2020-05-16 20:52:10 +02:00
parent 7691c80fb4
commit 9eb45f329a
14 changed files with 82 additions and 66 deletions

View File

@@ -12,6 +12,7 @@ public:
conexion* con;
bool loggin(std::string username, std::string passwd);
int install_command(std::string package);
int remove_command(std::string package);
};
#endif // SESSION_MANAGER_H