From c5ec19799a0261f78e8a40b46815d4aa99fbc289 Mon Sep 17 00:00:00 2001 From: Henry Verschell Date: Mon, 29 Apr 2024 12:11:36 -0400 Subject: [PATCH] Fix banner in balb_controlmanager --- groups/bal/balb/balb_controlmanager.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/groups/bal/balb/balb_controlmanager.h b/groups/bal/balb/balb_controlmanager.h index 8ff6f29684..d1c67984da 100644 --- a/groups/bal/balb/balb_controlmanager.h +++ b/groups/bal/balb/balb_controlmanager.h @@ -106,8 +106,11 @@ class ControlManager { // 'bsl::istream' containing the remainder of the message. private: - // PRIVATE TYPES ========================== class ControlManager_Entry - // ========================== + // PRIVATE TYPES + + // ========================== + // class ControlManager_Entry + // ========================== // IMPLEMENTATION NOTE: The Sun Studio 12.3 compiler does not support // 'map's holding types that are incomplete at the point of declaration of