Implement saving of configuration files in its own class
[vlp.git] / src / global / vlp / config.h
index e1bf59bd68a6d93dee59e7f512e503342c5b567e..db2081579bfdad15ca234dfcfc438ca75596505a 100644 (file)
@@ -44,6 +44,7 @@ public:
        void setNodeNumber(int nodeNumber);
 
        std::vector<std::string> getHosts();
+       void setHosts(std::vector<std::string> hosts);
 
        ConnectionType getConnectionType();
        void setConnectionType(ConnectionType type);