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/topic_node.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/topic_node.cpp b/src/topic_node.cpp
index 2cc5483..9853f35 100644
--- a/src/topic_node.cpp
+++ b/src/topic_node.cpp
@@ -361,7 +361,7 @@
 	return false;
 }
 
-bool TopicNode::ClientQueryRPCTopic(const Topic &topic, bhome::msg::BHAddress &addr, const int timeout_ms)
+bool TopicNode::ClientQueryRPCTopic(const Topic &topic, BHAddress &addr, const int timeout_ms)
 {
 	if (!IsRegistered()) {
 		SetLastError(eNotRegistered, "Not Registered.");

--
Gitblit v1.8.0