summaryrefslogtreecommitdiff
path: root/ace/Strategies.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-14 17:22:56 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-09-14 17:22:56 +0000
commitb2db6507886aaacc74a4433fdca874ba8d6a5c16 (patch)
tree3f7696f30f7d49ab991f2454effc3e6a9428d9d0 /ace/Strategies.h
parent0674f2e3bd6c3a5710f4f9ff28956d9e7f6c887b (diff)
downloadATCD-b2db6507886aaacc74a4433fdca874ba8d6a5c16.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Strategies.h')
-rw-r--r--ace/Strategies.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/ace/Strategies.h b/ace/Strategies.h
index 0c16b0bbbe1..07eb421db1d 100644
--- a/ace/Strategies.h
+++ b/ace/Strategies.h
@@ -21,7 +21,6 @@
// Forward decls.
class ACE_Reactor;
-class ACE_ReactorEx;
class ACE_Export ACE_Notification_Strategy
// = TITLE
@@ -80,32 +79,6 @@ protected:
ACE_Reactor *reactor_;
};
-class ACE_Export ACE_ReactorEx_Notification_Strategy : public ACE_Notification_Strategy
- // = TITLE
- // Used to notify an ACE_ReactorEx
- //
- // = DESCRIPTION
- // Integrates the ACE_Message_Queue notification into the
- // ACE_ReactorEx::notify() method.
-{
-public:
- ACE_ReactorEx_Notification_Strategy (ACE_ReactorEx *reactorEx,
- ACE_Event_Handler *eh,
- ACE_Reactor_Mask mask);
-
- virtual int notify (void);
-
- virtual int notify (ACE_Event_Handler *,
- ACE_Reactor_Mask mask);
-
- // Get/Set the reactorEx
- ACE_ReactorEx *reactorEx (void);
- void reactorEx (ACE_ReactorEx *r);
-
-protected:
- ACE_ReactorEx *reactorEx_;
-};
-
// This needs to come here to avoid circular dependencies.
#include "ace/Strategies_T.h"