aboutsummaryrefslogtreecommitdiffstats
path: root/Websocket/communication-protocol.h
diff options
context:
space:
mode:
authorAngelo Mantellini <manangel@cisco.com>2019-03-22 11:04:20 +0100
committerAngelo Mantellini <manangel@cisco.com>2019-03-22 11:36:21 +0100
commitb5fc2106912f0ed3168972caee33b45ee6bb4b53 (patch)
tree4340be4fdab0c0d54c36f041d69421bc6ff41e05 /Websocket/communication-protocol.h
parent78089ad6898f15bc6a716eb39e3f6087dfd9f553 (diff)
[HICN-8] Update viper video player to use hicn sockets over HTTP
Change-Id: I0aa727e513e3ffcf3286cecc7e7c43237da5155f Signed-off-by: Angelo Mantellini <manangel@cisco.com>
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;
};