diff --git a/include/transport/WebSocketClient.h b/include/transport/WebSocketClient.h index a1efbfe008070a952eaa2a0cfafee1a21991d6bf..ebfa539f433f00fb59383c28a75ffc8cf0b09880 100644 --- a/include/transport/WebSocketClient.h +++ b/include/transport/WebSocketClient.h @@ -43,8 +43,6 @@ #include #include -#include - namespace Transport { class Component; @@ -60,10 +58,10 @@ class WebSocketClient { void write(const std::string &data); - boost::signal onPayloadReceived; + SWIFTEN_SIGNAL_NAMESPACE::signal onPayloadReceived; - boost::signal onWebSocketConnected; - boost::signal &error)> onWebSocketDisconnected; + SWIFTEN_SIGNAL_NAMESPACE::signal onWebSocketConnected; + SWIFTEN_SIGNAL_NAMESPACE::signal &error)> onWebSocketDisconnected; private: void handleDNSResult(const std::vector&, boost::optional);