summaryrefslogtreecommitdiff
path: root/ACE/ace/POSIX_Proactor.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/POSIX_Proactor.inl')
-rw-r--r--ACE/ace/POSIX_Proactor.inl13
1 files changed, 13 insertions, 0 deletions
diff --git a/ACE/ace/POSIX_Proactor.inl b/ACE/ace/POSIX_Proactor.inl
new file mode 100644
index 00000000000..ae5f727c2a8
--- /dev/null
+++ b/ACE/ace/POSIX_Proactor.inl
@@ -0,0 +1,13 @@
+// -*- C++ -*-
+//
+// $Id$
+
+ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+
+ACE_INLINE
+ACE_Asynch_Pseudo_Task& ACE_POSIX_Proactor::get_asynch_pseudo_task (void)
+{
+ return this->pseudo_task_;
+}
+
+ACE_END_VERSIONED_NAMESPACE_DECL