summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-17 13:03:52 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-17 13:03:52 +0000
commit76203c21a8d53560bf3c280804ee8c909ce85326 (patch)
tree8089aba6c2781065485e0bb9a7c3ab65dde4665d
parentd8ba17f7cb51c2999739931fa34d8aaf090acc2a (diff)
downloadATCD-76203c21a8d53560bf3c280804ee8c909ce85326.tar.gz
ChangeLogTag: Tue Aug 17 13:00:00 UTC 2004 Simon Massey <simon.massey@prismtechnologies.com>
-rw-r--r--ChangeLog5
-rw-r--r--ace/Asynch_Connector.h3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c7df489dfa0..9825bba07dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Aug 17 13:00:00 UTC 2004 Simon Massey <simon.massey@prismtechnologies.com>
+ * ace/Asynch_Connector.h
+ Revertion of change to this file as it breaks the windows build and
+ changed the public interface of the template class.
+
Tue Aug 17 10:03:00 UTC 2004 Martin Corino <mcorino@remedy.nl>
* ace/ACE.cpp:
diff --git a/ace/Asynch_Connector.h b/ace/Asynch_Connector.h
index 8cd558a74d4..8b00b9544af 100644
--- a/ace/Asynch_Connector.h
+++ b/ace/Asynch_Connector.h
@@ -60,7 +60,8 @@ public:
/// This initiates a new asynchronous connect
virtual int connect (const ACE_INET_Addr &remote_sap,
- const ACE_INET_Addr &local_sap,
+ const ACE_INET_Addr &local_sap =
+ ACE_INET_Addr ((u_short)0),
int reuse_addr = 1,
const void *act = 0);