From ca319178f45ce6256aed7913565d445571f6db22 Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期二, 20 四月 2021 11:04:07 +0800
Subject: [PATCH] add go api, wrap C api, not finished.

---
 src/msg.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/msg.h b/src/msg.h
index c239956..e6b0b34 100644
--- a/src/msg.h
+++ b/src/msg.h
@@ -29,7 +29,6 @@
 namespace bhome_msg
 {
 using namespace bhome_shm;
-using namespace bhome::msg; // for serialized data in MsgI
 
 // MsgI is safe to be stored in shared memory, so POD data or offset_ptr is required.
 // message format: header(meta) + body(data).

--
Gitblit v1.8.0