summaryrefslogtreecommitdiff
path: root/ACE/ace/QoS/QoS_Session_Impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/QoS/QoS_Session_Impl.cpp')
-rw-r--r--ACE/ace/QoS/QoS_Session_Impl.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ACE/ace/QoS/QoS_Session_Impl.cpp b/ACE/ace/QoS/QoS_Session_Impl.cpp
index 28d42bc0b82..dd247f68339 100644
--- a/ACE/ace/QoS/QoS_Session_Impl.cpp
+++ b/ACE/ace/QoS/QoS_Session_Impl.cpp
@@ -212,7 +212,6 @@ rsvp_callback (rapi_sid_t /* sid */,
ACELIB_DEBUG ((LM_DEBUG,
"Unknown RSVP Event Received\n"));
break;
-
}
// Set the updated ACE_QoS for the RSVP callback argument(QoS session).
@@ -305,7 +304,6 @@ ACE_RAPI_Session::qos (ACE_SOCK * /* socket */,
ACE_QoS_Manager * /* qos_manager */,
const ACE_QoS &ace_qos)
{
-
// If sender : call sending_qos ()
// If receiver : call receiving_qos ()
// If both : call sending_qos () and receiving_qos ()
@@ -425,7 +423,6 @@ ACE_RAPI_Session::sending_qos (const ACE_QoS &ace_qos)
int
ACE_RAPI_Session::receiving_qos (const ACE_QoS &ace_qos)
{
-
ACE_Flow_Spec *receiving_flowspec = ace_qos.receiving_flowspec ();
if (receiving_flowspec == 0)
{
@@ -659,7 +656,6 @@ ACE_GQoS_Session::qos (ACE_SOCK *socket,
ACE_QoS_Manager *qos_manager,
const ACE_QoS &ace_qos)
{
-
// Confirm if the current session is one of the QoS sessions
// subscribed to by the given socket.