diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-03-16 23:10:15 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 2000-03-16 23:10:15 +0000 |
commit | ebe2840582acaeb8f20369e9beebe66e1cffba47 (patch) | |
tree | 48bfe1bf994ba23949f8215b958b24ad5d060ff7 /ace/SOCK.cpp | |
parent | f39f9a6c1c880d63bce4396cb1c4014349e72dc3 (diff) | |
download | ATCD-ebe2840582acaeb8f20369e9beebe66e1cffba47.tar.gz |
ChangeLogTag:Thu Mar 16 11:51:49 2000 Darrell Brunsch <brunsch@uci.edu>
Diffstat (limited to 'ace/SOCK.cpp')
-rw-r--r-- | ace/SOCK.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/SOCK.cpp b/ace/SOCK.cpp index 5175876e868..8edfb747169 100644 --- a/ace/SOCK.cpp +++ b/ace/SOCK.cpp @@ -106,13 +106,12 @@ ACE_SOCK::open (int type, return 0; } -// Adds the given session to the list of session objects -// joined by this socket. +// Adds the given session to the list of session objects joined by +// this socket. int ACE_SOCK::join_qos_session (ACE_QoS_Session *qos_session) { - if (this->qos_session_set ().insert (qos_session) != 0) ACE_ERROR_RETURN ((LM_ERROR, "Error in adding a new session to the " @@ -122,6 +121,7 @@ ACE_SOCK::join_qos_session (ACE_QoS_Session *qos_session) } // Returns the QoS session set for this socket. + ACE_Unbounded_Set <ACE_QoS_Session *> ACE_SOCK::qos_session_set (void) { |