From 7267afd28b9e00864274f55f7a82d4943bade1f8 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Thu, 22 Sep 2016 16:14:01 +0200 Subject: Adds a NextNode class and prepares the Node to start network initialization. --- node/nextnode.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 node/nextnode.hpp (limited to 'node/nextnode.hpp') diff --git a/node/nextnode.hpp b/node/nextnode.hpp new file mode 100644 index 0000000..c1ce6a1 --- /dev/null +++ b/node/nextnode.hpp @@ -0,0 +1,12 @@ +#pragma once + +#include "client.hpp" + +#include + +class NextNode : public Client +{ +public: + NextNode(boost::asio::ip::tcp::socket&& socket); +}; + -- cgit v1.2.3-70-g09d2