summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-18 22:32:45 +0000
committerharrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1996-12-18 22:32:45 +0000
commit8a779c819cc514654d39f9f89176bcbbad483d08 (patch)
tree56e6324406326dc6b6ca9750bad365d2ac6f34fc
parentb334fde9675591b62253c78f4f9adde4b1ac3463 (diff)
downloadATCD-8a779c819cc514654d39f9f89176bcbbad483d08.tar.gz
Forgot to commit this.
-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