From 3e191ac65bd65f678e9a344163f74d181726f6bd Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期二, 13 四月 2021 08:48:40 +0800
Subject: [PATCH] refactor, add TODO.

---
 src/defs.cpp |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/defs.cpp b/src/defs.cpp
index 4051196..cab4fc7 100644
--- a/src/defs.cpp
+++ b/src/defs.cpp
@@ -25,6 +25,6 @@
 
 } // namespace
 
-const MQId &BHTopicBus() { return kBHTopicBus; }
-const MQId &BHTopicReqRepCenter() { return kBHTopicReqRepCenter; }
-const MQId &BHUniCenter() { return kBHUniCenter; }
+const MQId &BHTopicBusAddress() { return kBHTopicBus; }
+const MQId &BHTopicCenterAddress() { return kBHTopicReqRepCenter; }
+const MQId &BHUniCenterAddress() { return kBHUniCenter; }

--
Gitblit v1.8.0