summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Connect_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/LF_Connect_Strategy.h')
-rw-r--r--TAO/tao/LF_Connect_Strategy.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/TAO/tao/LF_Connect_Strategy.h b/TAO/tao/LF_Connect_Strategy.h
index 4cff8ed7976..35e6e514046 100644
--- a/TAO/tao/LF_Connect_Strategy.h
+++ b/TAO/tao/LF_Connect_Strategy.h
@@ -28,7 +28,7 @@ ACE_END_VERSIONED_NAMESPACE_DECL
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-class TAO_Connector;
+class TAO_LF_Event;
/**
* @class TAO_LF_Connect_Strategy
@@ -53,13 +53,11 @@ public:
virtual void synch_options (ACE_Time_Value *val,
ACE_Synch_Options &opt);
- virtual int wait (TAO_Connection_Handler *ch,
+protected:
+ virtual int wait_i (TAO_LF_Event *ev,
+ TAO_Transport *t,
ACE_Time_Value *val);
- virtual int wait (TAO_Transport *ch,
- ACE_Time_Value *val);
-
-
};
TAO_END_VERSIONED_NAMESPACE_DECL