lichao
2021-05-20 0e31f38fc37216e1376d8101d1bcf7a3779279dc
box/center.h
@@ -22,6 +22,7 @@
#include <functional>
#include <map>
#include <memory>
class CenterTopicNode;
class BHCenter
{
@@ -34,7 +35,7 @@
   static bool Install(const std::string &name, MsgHandler handler, RawHandler raw_handler, IdleHandler idle, const MQInfo &mq, const int mq_len);
   BHCenter(Socket::Shm &shm);
   ~BHCenter() { Stop(); }
   ~BHCenter();
   bool Start();
   bool Stop();
@@ -51,6 +52,7 @@
   static CenterRecords &Centers();
   std::map<std::string, std::shared_ptr<ShmSocket>> sockets_;
   std::unique_ptr<CenterTopicNode> topic_node_;
};
#endif // end of include guard: CENTER_TM9OUQTG