From 64bff0caaf665c65125cdab2b144f3594d520002 Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期二, 20 四月 2021 18:39:52 +0800
Subject: [PATCH] go api works. refactor.

---
 box/center.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/box/center.h b/box/center.h
index aea0897..60639d5 100644
--- a/box/center.h
+++ b/box/center.h
@@ -34,7 +34,6 @@
 	static bool Install(const std::string &name, MsgHandler handler, IdleHandler idle, const MQId &mqid, const int mq_len);
 
 	BHCenter(Socket::Shm &shm);
-	BHCenter();
 	~BHCenter() { Stop(); }
 	bool Start();
 	bool Stop();

--
Gitblit v1.8.0