summaryrefslogtreecommitdiff
path: root/ace/Proactor.i
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Proactor.i')
-rw-r--r--ace/Proactor.i4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Proactor.i b/ace/Proactor.i
index 4baf12f51a6..4262ee4699f 100644
--- a/ace/Proactor.i
+++ b/ace/Proactor.i
@@ -43,7 +43,11 @@ ACE_Proactor::get_handle (void) const
{
ACE_TRACE ("ACE_Proactor::get_handle");
+#if defined (ACE_WIN32)
return this->shared_event_.handle ();
+#else
+ return ACE_INVALID_HANDLE;
+#endif
}
ACE_INLINE int