lichao
2021-05-28 9243710ca372de26823c2225c7b46b072458c671
box/center.h
@@ -24,6 +24,8 @@
#include <memory>
class CenterTopicNode;
class TcpServer;
class TcpProxy;
class IoService;
class BHCenter
{
@@ -54,7 +56,10 @@
   std::map<std::string, std::shared_ptr<ShmSocket>> sockets_;
   std::unique_ptr<CenterTopicNode> topic_node_;
   std::unique_ptr<IoService> io_service_;
   std::unique_ptr<TcpServer> tcp_server_;
   std::unique_ptr<TcpProxy> tcp_proxy_;
};
#endif // end of include guard: CENTER_TM9OUQTG