diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-30 21:15:59 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-07-30 21:15:59 +0000 |
commit | 6f25733351b7861ff10df827538cbf9317567b9a (patch) | |
tree | 7af903efc2c3753ed75358230c0646988688e34e /ace/Asynch_Acceptor.cpp | |
parent | b79ef7ddaa068b12076c632c046037ad32697397 (diff) | |
download | ATCD-6f25733351b7861ff10df827538cbf9317567b9a.tar.gz |
ChangeLogTag:Wed Jul 30 19:21:27 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'ace/Asynch_Acceptor.cpp')
-rw-r--r-- | ace/Asynch_Acceptor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ace/Asynch_Acceptor.cpp b/ace/Asynch_Acceptor.cpp index 88c867ebada..5070e55aa60 100644 --- a/ace/Asynch_Acceptor.cpp +++ b/ace/Asynch_Acceptor.cpp @@ -21,7 +21,6 @@ ACE_RCSID(ace, Asynch_Acceptor, "$Id$") #include "ace/INET_Addr.h" #include "ace/SOCK_Stream.h" #include "ace/Sock_Connect.h" -#include "ace/Trace.h" template <class HANDLER> ACE_Asynch_Acceptor<HANDLER>::ACE_Asynch_Acceptor (void) |