summaryrefslogtreecommitdiff
path: root/ace/Demux/SUN_Proactor.i
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Demux/SUN_Proactor.i')
-rw-r--r--ace/Demux/SUN_Proactor.i8
1 files changed, 8 insertions, 0 deletions
diff --git a/ace/Demux/SUN_Proactor.i b/ace/Demux/SUN_Proactor.i
new file mode 100644
index 00000000000..545841223aa
--- /dev/null
+++ b/ace/Demux/SUN_Proactor.i
@@ -0,0 +1,8 @@
+/* -*- C++ -*- */
+// $Id$
+
+ACE_INLINE
+ACE_POSIX_Proactor::Proactor_Type ACE_SUN_Proactor::get_impl_type (void)
+{
+ return PROACTOR_SUN;
+}