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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/LF_Connect_Strategy.h b/TAO/tao/LF_Connect_Strategy.h
index f2e02fc5f8b..5ca99679939 100644
--- a/TAO/tao/LF_Connect_Strategy.h
+++ b/TAO/tao/LF_Connect_Strategy.h
@@ -51,6 +51,10 @@ public:
virtual int wait (TAO_Connection_Handler *ch,
ACE_Time_Value *val);
+ virtual int wait (TAO_Transport *ch,
+ ACE_Time_Value *val);
+
+
};
#include /**/ "ace/post.h"