From c338820e4db43ad32c20ff429a038b06bcb980f8 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期四, 08 四月 2021 18:13:25 +0800 Subject: [PATCH] BIG change, join center,bus; now msg is head+body. --- 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