ad suport env variable

This commit is contained in:
2020-06-02 15:21:59 +02:00
parent 3eb5197ba5
commit 44bfd7e606
4 changed files with 18 additions and 1 deletions

View File

@@ -26,6 +26,12 @@ public:
* @return bytes sended
*/
virtual ssize_t write_string(std::string output);
/**
* @brief get_conf
* Get the config object
* @return Config object
*/
config_reader* get_conf();
protected:
config_reader *config;
int fd;