diff options
author | vishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-10 21:36:25 +0000 |
---|---|---|
committer | vishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-09-10 21:36:25 +0000 |
commit | ae1073576769b8a981938982672f824a13f324ab (patch) | |
tree | e2fbdd6a620bb65c9dc647c3a738c807feea29ca /examples | |
parent | 08590aa945b584b48803fb1994eccb67717e538a (diff) | |
download | ATCD-ae1073576769b8a981938982672f824a13f324ab.tar.gz |
*** empty log message ***
Diffstat (limited to 'examples')
-rw-r--r-- | examples/QOS/Sender_QOS_Event_Handler.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/examples/QOS/Sender_QOS_Event_Handler.cpp b/examples/QOS/Sender_QOS_Event_Handler.cpp index fda5c2e68e6..f1c61177178 100644 --- a/examples/QOS/Sender_QOS_Event_Handler.cpp +++ b/examples/QOS/Sender_QOS_Event_Handler.cpp @@ -23,7 +23,7 @@ ACE_QOS_Event_Handler::ACE_QOS_Event_Handler (void) // Constructor. ACE_QOS_Event_Handler::ACE_QOS_Event_Handler (const ACE_SOCK_Dgram_Mcast &dgram_mcast) -: dgram_mcast_ (dgram_mcast) + : dgram_mcast_ (dgram_mcast) { } @@ -65,15 +65,15 @@ ACE_QOS_Event_Handler::handle_qos (ACE_HANDLE) size_t bytes_sent; if (this->dgram_mcast_.send (&iov, - 1, - bytes_sent, + 1, + bytes_sent, 0, - send_to_addr, - &ace_overlapped, - NULL) != 0) - ACE_ERROR_RETURN ((LM_ERROR, - "Error in dgram_mcast.send ()\n"), - -1); + send_to_addr, + &ace_overlapped, + NULL) != 0) + ACE_ERROR_RETURN ((LM_ERROR, + "Error in dgram_mcast.send ()\n"), + -1); else ACE_DEBUG ((LM_DEBUG, |