add suport env variable

This commit is contained in:
2020-06-02 15:22:47 +02:00
parent c85cb24277
commit 8a50e7c476
3 changed files with 16 additions and 23 deletions

View File

@@ -79,26 +79,11 @@ public:
* @return Number of bytes writed
*/
virtual int write_data(std::string output);
/**
* @brief fd
* Socket file desccriptor
*/
int fd;
/**
* @brief data
* Object that contain media used to store and read information
*/
data_acces* data;
/**
* @brief user
* Name of the session owner
*/
std::string user;
/**
* @brief admin
* Privileges abut the user
*/
bool admin;
std::string env;
};
#endif // LAUNCHER_H