4 #include "../common/context_singleton.hh"
5 #include "../messages/message.hh"
6 #include "../network/client_handler.hh"
10 #include <boost/asio.hpp>
19 std::string
get_ip ()
const override;
Node()
Definition: node.cc:13
std::string get_ip() const override
Definition: node.cc:23
Logger * logger
Definition: node.hh:23
int port
Definition: node.hh:25
std::string ip_of_this
Definition: node.hh:24
Definition: client_handler.hh:12
network::ClientHandler * network
Definition: node.hh:22
~Node()
Definition: node.cc:20