summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.h
diff options
context:
space:
mode:
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__)