ad suport env variable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user