diff options
Diffstat (limited to 'ACE/ace/QoS/QoS_Session_Impl.cpp')
-rw-r--r-- | ACE/ace/QoS/QoS_Session_Impl.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/ace/QoS/QoS_Session_Impl.cpp b/ACE/ace/QoS/QoS_Session_Impl.cpp index e46b6e4422b..d7bd3f2523a 100644 --- a/ACE/ace/QoS/QoS_Session_Impl.cpp +++ b/ACE/ace/QoS/QoS_Session_Impl.cpp @@ -346,7 +346,7 @@ ACE_RAPI_Session::sending_qos (const ACE_QoS &ace_qos) -1); else ACE_DEBUG ((LM_DEBUG, - "rapi_sender () call succeeds with PATH Tear! \n")); + "rapi_sender () call succeeds with PATH Tear!\n")); return 0; } @@ -421,7 +421,7 @@ ACE_RAPI_Session::sending_qos (const ACE_QoS &ace_qos) -1); else ACE_DEBUG ((LM_DEBUG, - "rapi_sender () call succeeds ! \n")); + "rapi_sender () call succeeds !\n")); return 0; } @@ -456,7 +456,7 @@ ACE_RAPI_Session::receiving_qos (const ACE_QoS &ace_qos) -1); else ACE_DEBUG ((LM_DEBUG, - "rapi_reserve () for RESV Tear call succeeds \n")); + "rapi_reserve () for RESV Tear call succeeds\n")); return 0; } @@ -524,7 +524,7 @@ ACE_RAPI_Session::receiving_qos (const ACE_QoS &ace_qos) -1); else ACE_DEBUG ((LM_DEBUG, - "rapi_reserve () call succeeds \n")); + "rapi_reserve () call succeeds\n")); return 0; } @@ -689,7 +689,7 @@ ACE_GQoS_Session::qos (ACE_SOCK *socket, -1); else ACE_DEBUG ((LM_DEBUG, - ACE_TEXT ("Setting QoS with ACE_OS::ioctl () succeeds \n"))); + ACE_TEXT ("Setting QoS with ACE_OS::ioctl () succeeds\n"))); return 0; } |