summaryrefslogtreecommitdiff
path: root/ace/POSIX_Proactor.i
diff options
context:
space:
mode:
Diffstat (limited to 'ace/POSIX_Proactor.i')
-rw-r--r--ace/POSIX_Proactor.i30
1 files changed, 0 insertions, 30 deletions
diff --git a/ace/POSIX_Proactor.i b/ace/POSIX_Proactor.i
deleted file mode 100644
index c5e80b49943..00000000000
--- a/ace/POSIX_Proactor.i
+++ /dev/null
@@ -1,30 +0,0 @@
-/* -*- C++ -*- */
-// $Id$
-
-ACE_INLINE
-ACE_POSIX_Proactor::Proactor_Type ACE_POSIX_Proactor::get_impl_type (void)
-{
- return PROACTOR_POSIX;
-}
-
-ACE_INLINE
-ACE_POSIX_Proactor::Proactor_Type ACE_POSIX_AIOCB_Proactor::get_impl_type (void)
-{
- return PROACTOR_AIOCB;
-}
-
-#if defined(ACE_HAS_POSIX_REALTIME_SIGNALS)
-
-ACE_INLINE
-ACE_POSIX_Proactor::Proactor_Type ACE_POSIX_SIG_Proactor::get_impl_type (void)
-{
- return PROACTOR_SIG;
-}
-
-#endif /* ACE_HAS_POSIX_REALTIME_SIGNALS */
-
-ACE_INLINE
-ACE_Asynch_Pseudo_Task& ACE_POSIX_Proactor::get_asynch_pseudo_task (void)
-{
- return this->pseudo_task_;
-}