From 65ef4d68321e56906920be75831b5e968f7abd7b Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期二, 13 四月 2021 09:34:05 +0800 Subject: [PATCH] add heartbeat; refactor. --- 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