diff --git a/include/transport/Config.h b/include/transport/Config.h index b4f1940acc3d4fbfac68b24f9dcfbc82dff4c66c..974ffa9a189bd01030d1f3c98f27771dd13c3dfd 100644 --- a/include/transport/Config.h +++ b/include/transport/Config.h @@ -26,7 +26,7 @@ #include #include #include -#include +#include namespace Transport { @@ -124,10 +124,10 @@ class Config { const std::string &getConfigFile() { return m_file; } /// This signal is emitted when config is loaded/reloaded. - boost::signal onConfigReloaded; + SWIFTEN_SIGNAL_NAMESPACE::signal onConfigReloaded; void updateBackendConfig(const std::string &backendConfig); - boost::signal onBackendConfigUpdated; + SWIFTEN_SIGNAL_NAMESPACE::signal onBackendConfigUpdated; static Config *createFromArgs(int argc, char **argv, std::string &error, std::string &host, int &port);