From b5fc2106912f0ed3168972caee33b45ee6bb4b53 Mon Sep 17 00:00:00 2001 From: Angelo Mantellini Date: Fri, 22 Mar 2019 11:04:20 +0100 Subject: [HICN-8] Update viper video player to use hicn sockets over HTTP Change-Id: I0aa727e513e3ffcf3286cecc7e7c43237da5155f Signed-off-by: Angelo Mantellini --- Websocket/communication-protocol.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Websocket/communication-protocol.h') 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 timerCallback; + static std::function timerCallback; private: GraphDataSource *graphDataSource; ProtocolVersion version; - std::shared_ptr subscribeTimer; + std::shared_ptr subscribeTimer; }; -- cgit 1.2.3-korg