Compiles
This commit is contained in:
@ -92,16 +92,12 @@ class service_runner {
|
||||
void edit_service_config();
|
||||
|
||||
private:
|
||||
std::string m_server_name;
|
||||
server_env_manager m_server_env;
|
||||
ServiceInfo m_service_info;
|
||||
std::string mServer;
|
||||
server_env_manager mServerEnv;
|
||||
ServiceInfo mServiceInfo;
|
||||
std::string mService;
|
||||
bool mValid;
|
||||
|
||||
std::string mRemote_service_path;
|
||||
std::string mRemote_service_config_path;
|
||||
std::string mRemote_service_template_path;
|
||||
std::string mRemote_service_env_file;
|
||||
|
||||
// Helper methods
|
||||
public:
|
||||
};
|
||||
|
Reference in New Issue
Block a user