From 0a65e0328ec9f2086c7d0903008c357ce201ede2 Mon Sep 17 00:00:00 2001 From: schmidt Date: Thu, 16 Mar 2000 23:10:15 +0000 Subject: ChangeLogTag:Thu Mar 16 11:51:49 2000 Darrell Brunsch --- ace/SOCK.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ace/SOCK.h') diff --git a/ace/SOCK.h b/ace/SOCK.h index 9ce912d095c..8df2949fcf6 100644 --- a/ace/SOCK.h +++ b/ace/SOCK.h @@ -89,9 +89,9 @@ public: // Wrapper around the QoS-enabled function. int join_qos_session (ACE_QoS_Session *qos_session); - // Join the given QoS session. A socket can join multiple QoS sessions. - // This call adds the given QoS session to the list of QoS sessions - // that the socket has already joined. + // Join the given QoS session. A socket can join multiple QoS + // sessions. This call adds the given QoS session to the list of + // QoS sessions that the socket has already joined. typedef ACE_Unbounded_Set ACE_QOS_SESSION_SET; @@ -122,7 +122,6 @@ protected: ACE_QOS_SESSION_SET qos_session_set_; // Set of QoS sessions that this socket has joined. - }; #if !defined (ACE_LACKS_INLINE_FUNCTIONS) -- cgit v1.2.1