diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-29 04:51:10 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-29 04:51:10 +0000 |
commit | 834062de01b1f2b3b44379826f05fc1373a773e8 (patch) | |
tree | cb756761e9832a6a28477fb3cd879450fd33be3a /ace/SOCK_Connector.cpp | |
parent | 1e942635bf86c745d41a4a1c8330f69c8f867aba (diff) | |
download | ATCD-834062de01b1f2b3b44379826f05fc1373a773e8.tar.gz |
ChangeLogTag:Mon Jun 28 21:31:58 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
Diffstat (limited to 'ace/SOCK_Connector.cpp')
-rw-r--r-- | ace/SOCK_Connector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/SOCK_Connector.cpp b/ace/SOCK_Connector.cpp index 9938d839f4a..6dae7c1701c 100644 --- a/ace/SOCK_Connector.cpp +++ b/ace/SOCK_Connector.cpp @@ -129,7 +129,7 @@ ACE_SOCK_Connector::connect (ACE_SOCK_Stream &new_stream, int ACE_SOCK_Connector::connect (ACE_SOCK_Stream &new_stream, const ACE_Addr &remote_sap, - ACE_Connect_QoS_Params qos_params, + ACE_QoS_Params qos_params, ACE_Time_Value *timeout, const ACE_Addr &local_sap, int reuse_addr, @@ -233,7 +233,7 @@ ACE_SOCK_Connector::ACE_SOCK_Connector (ACE_SOCK_Stream &new_stream, ACE_SOCK_Connector::ACE_SOCK_Connector (ACE_SOCK_Stream &new_stream, const ACE_Addr &remote_sap, - ACE_Connect_QoS_Params qos_params, + ACE_QoS_Params qos_params, ACE_Time_Value *timeout, const ACE_Addr &local_sap, int reuse_addr, |