From 4e5cb7960ce4e7e66d5190be67426aeca8b55c3d Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期五, 09 四月 2021 18:45:08 +0800 Subject: [PATCH] add heartbeat, not tested yet. --- 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