summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-15 17:45:06 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-15 17:45:06 +0000
commit4de412ec94678c9fc4a40428fc96f33e72caafcc (patch)
tree58cdaed12cb22aeb46d0ef91627a3a33f6fac5f2 /ace/WFMO_Reactor.h
parent819ed304df0deccf713a29cbf49c6e1b96f57a49 (diff)
downloadATCD-4de412ec94678c9fc4a40428fc96f33e72caafcc.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/WFMO_Reactor.h')
-rw-r--r--ace/WFMO_Reactor.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/ace/WFMO_Reactor.h b/ace/WFMO_Reactor.h
index 4134ee7615c..3b0c4de5629 100644
--- a/ace/WFMO_Reactor.h
+++ b/ace/WFMO_Reactor.h
@@ -989,18 +989,6 @@ int WSAEnumNetworkEvents (SOCKET s,
#endif /* !defined ACE_HAS_WINSOCK2 */
-#else /* NOT win32 */
-class ACE_Export ACE_WFMO_Reactor : public ACE_Reactor_Impl
-{
-public:
- virtual int handle_events (ACE_Time_Value * = 0) { return -1; }
- virtual int handle_events (ACE_Time_Value &) { return -1; }
- virtual int notify (ACE_Event_Handler * = 0,
- ACE_Reactor_Mask = ACE_Event_Handler::EXCEPT_MASK,
- ACE_Time_Value * = 0)
- { return 0; }
-};
-
#endif /* ACE_WIN32 */
#if defined (__ACE_INLINE__)