summaryrefslogtreecommitdiff
path: root/TAO/tao/Reactive_Connect_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Reactive_Connect_Strategy.h')
-rw-r--r--TAO/tao/Reactive_Connect_Strategy.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/TAO/tao/Reactive_Connect_Strategy.h b/TAO/tao/Reactive_Connect_Strategy.h
index 305b5e9576e..694bbb49560 100644
--- a/TAO/tao/Reactive_Connect_Strategy.h
+++ b/TAO/tao/Reactive_Connect_Strategy.h
@@ -28,8 +28,6 @@ ACE_END_VERSIONED_NAMESPACE_DECL
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-class TAO_Connector;
-
/**
* @class TAO_Reactive_Connect_Strategy
*
@@ -53,12 +51,8 @@ public:
virtual void synch_options (ACE_Time_Value *val,
ACE_Synch_Options &opt);
- virtual int wait (TAO_Connection_Handler *ch,
- ACE_Time_Value *val);
-
-
- virtual int wait (TAO_Transport *t,
- ACE_Time_Value *val);
+protected:
+ virtual int wait_i (TAO_LF_Event *ch, TAO_Transport *, ACE_Time_Value *val);
};