int GetServicesList(std::vector<std::string> * servicesList) const;
int SaveService(const SERVICE_CONF & sc) const;
int RestoreService(SERVICE_CONF * sc, const std::string & name) const;
int AddService(const std::string & name) const;
int DelService(const std::string & name) const;
int GetServicesList(std::vector<std::string> * servicesList) const;
int SaveService(const SERVICE_CONF & sc) const;
int RestoreService(SERVICE_CONF * sc, const std::string & name) const;
int AddService(const std::string & name) const;
int DelService(const std::string & name) const;