summaryrefslogtreecommitdiff
path: root/ace/Asynch_IO.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-05-03 05:52:09 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-05-03 05:52:09 +0000
commit7058bc67b51cce2ffefa4c15f3249659ed792d87 (patch)
treec34322867c24f179460bdeccbf744077ab5d46a5 /ace/Asynch_IO.h
parentcf135408929f12d40732cbfd4e56c555b14a80de (diff)
downloadATCD-7058bc67b51cce2ffefa4c15f3249659ed792d87.tar.gz
ChangeLogTag:Tue May 2 19:33:57 2000 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'ace/Asynch_IO.h')
-rw-r--r--ace/Asynch_IO.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ace/Asynch_IO.h b/ace/Asynch_IO.h
index 485f54c204f..344563e6aa0 100644
--- a/ace/Asynch_IO.h
+++ b/ace/Asynch_IO.h
@@ -4,15 +4,11 @@
// ============================================================================
//
// = LIBRARY
-//
// ace
-//
// = FILENAME
-//
// Asynch_IO.h
//
// = DESCRIPTION
-//
// This works on Win32 (#if defined (ACE_WIN32) && !defined
// (ACE_HAS_WINCE)) platforms and on POSIX4 platforms with <aio_*>
// routines (#if defined (ACE_HAS_AIO_CALLS))
@@ -23,7 +19,6 @@
// or higher.
//
// = AUTHOR
-//
// Irfan Pyarali <irfan@cs.wustl.edu>,
// Tim Harrison <harrison@cs.wustl.edu> and
// Alexander Babu Arulanthu <alex@cs.wustl.edu>
@@ -1108,10 +1103,6 @@ public:
// Called by ACE_Asynch_Acceptor to pass the act.
};
-#if defined (__ACE_INLINE__)
-#include "ace/Asynch_IO.i"
-#endif /* __ACE_INLINE__ */
-
#endif /* ACE_WIN32 || ACE_HAS_AIO_CALLS*/
#include "ace/post.h"
#endif /* ACE_ASYNCH_IO_H */