summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-07-06 04:27:03 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-07-06 04:27:03 +0000
commitf808d5a4f39c81e8f0c90723d2b710c09e07b049 (patch)
treed2b697a7f6a3a30a9aae66ba8792d7302a4eb3ae /ace/WFMO_Reactor.cpp
parenteca0d02969599819ceacd5e67852d8c2564080ad (diff)
downloadATCD-f808d5a4f39c81e8f0c90723d2b710c09e07b049.tar.gz
ChangeLogTag: Thu Jul 5 23:22:21 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'ace/WFMO_Reactor.cpp')
-rw-r--r--ace/WFMO_Reactor.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/ace/WFMO_Reactor.cpp b/ace/WFMO_Reactor.cpp
index 7039cde14ed..34325fcb333 100644
--- a/ace/WFMO_Reactor.cpp
+++ b/ace/WFMO_Reactor.cpp
@@ -1,5 +1,6 @@
// $Id$
+
#include "ace/WFMO_Reactor.h"
#include "ace/Handle_Set.h"
@@ -12,6 +13,7 @@
ACE_RCSID(ace, WFMO_Reactor, "$Id$")
+
#if defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)
#include "ace/Auto_Ptr.h"
@@ -2480,6 +2482,14 @@ ACE_WFMO_Reactor::purge_pending_notifications (ACE_Event_Handler *eh,
return this->notify_handler_->purge_pending_notifications (eh, mask);
}
+int
+ACE_WFMO_Reactor::resumable_handler (void)
+{
+ ACE_TRACE ("ACE_WFMO_Reactor::resumable_handler");
+ return 0;
+}
+
+
// No-op WinSOCK2 methods to help WFMO_Reactor compile
#if !defined (ACE_HAS_WINSOCK2) || (ACE_HAS_WINSOCK2 == 0)
int