From ea0a29551d1c900778d55a81c62a46683f3c9350 Mon Sep 17 00:00:00 2001 From: Phil Mesnier Date: Wed, 26 Apr 2006 17:12:48 +0000 Subject: ChangeLog tag: Wed Apr 26 16:42:45 UTC 2006 Phil Mesnier --- TAO/tao/LF_Connect_Strategy.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'TAO/tao/LF_Connect_Strategy.h') 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 -- cgit v1.2.1