aboutsummaryrefslogtreecommitdiffstats
path: root/Websocket/communication-protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'Websocket/communication-protocol.h')
-rw-r--r--Websocket/communication-protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Websocket/communication-protocol.h b/Websocket/communication-protocol.h
index f3c488ef..25b15a6f 100644
--- a/Websocket/communication-protocol.h
+++ b/Websocket/communication-protocol.h
@@ -71,14 +71,14 @@ public:
void
setGraphDataSource(GraphDataSource *graphDataSource);
- static std::function<void(const boost::system::error_code&)> timerCallback;
+ static std::function<void(const std::error_code&)> timerCallback;
private:
GraphDataSource *graphDataSource;
ProtocolVersion version;
- std::shared_ptr<boost::asio::deadline_timer> subscribeTimer;
+ std::shared_ptr<asio::steady_timer> subscribeTimer;
};