box/center.h
@@ -23,6 +23,7 @@ #include <map> #include <memory> class CenterTopicNode; class TcpServer; class BHCenter { @@ -53,6 +54,7 @@ std::map<std::string, std::shared_ptr<ShmSocket>> sockets_; std::unique_ptr<CenterTopicNode> topic_node_; std::unique_ptr<TcpServer> tcp_server_; }; #endif // end of include guard: CENTER_TM9OUQTG