summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Connect_Strategy.h
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2006-04-26 17:12:48 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2006-04-26 17:12:48 +0000
commitea0a29551d1c900778d55a81c62a46683f3c9350 (patch)
tree05a08d17ed7b625832acb49896659fb0beda830b /TAO/tao/LF_Connect_Strategy.h
parent74d774bbabfc76dd76f0477f845242aad1ad0eb6 (diff)
downloadATCD-ea0a29551d1c900778d55a81c62a46683f3c9350.tar.gz
ChangeLog tag: Wed Apr 26 16:42:45 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
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