diff options
author | bala <balanatarajan@users.noreply.github.com> | 2001-07-06 04:27:03 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2001-07-06 04:27:03 +0000 |
commit | f808d5a4f39c81e8f0c90723d2b710c09e07b049 (patch) | |
tree | d2b697a7f6a3a30a9aae66ba8792d7302a4eb3ae /ace/WFMO_Reactor.cpp | |
parent | eca0d02969599819ceacd5e67852d8c2564080ad (diff) | |
download | ATCD-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.cpp | 10 |
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 |