From 3e9f5b869dd32441fdd3d77091cb33ef4301f244 Mon Sep 17 00:00:00 2001 From: lichao <lichao@aiotlink.com> Date: 星期二, 06 四月 2021 20:26:20 +0800 Subject: [PATCH] use BHCenter. --- src/defs.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/defs.h b/src/defs.h index 91d8cf3..d50e380 100644 --- a/src/defs.h +++ b/src/defs.h @@ -25,9 +25,9 @@ typedef boost::uuids::uuid MQId; -const MQId &BHTopicBus(); -const MQId &BHTopicReqRepCenter(); -const MQId &BHUniCenter(); +const MQId &BHTopicBusAddress(); +const MQId &BHTopicCenterAddress(); +const MQId &BHUniCenterAddress(); const int kBHCenterPort = 24287; const char kTopicSep = '.'; -- Gitblit v1.8.0