summaryrefslogtreecommitdiff
path: root/TAO/tao/Connect_Strategy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Connect_Strategy.h')
-rw-r--r--TAO/tao/Connect_Strategy.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tao/Connect_Strategy.h b/TAO/tao/Connect_Strategy.h
index 3c57d269105..304f6f50201 100644
--- a/TAO/tao/Connect_Strategy.h
+++ b/TAO/tao/Connect_Strategy.h
@@ -66,16 +66,6 @@ public:
virtual int wait (TAO_Connection_Handler *ch,
ACE_Time_Value *val) = 0;
- /// Cleanup in case of failed connect.
- /*
- * Do any left over memory management or related things after
- * the connect failed. The argument @c is_successful indicates
- * whether the connection handler had undergone a sucessful state
- * completion or not.
- */
- virtual int post_failed_connect (TAO_Connection_Handler *ch,
- int is_finalized = 1);
-
protected:
/// Cached copy of the ORB core pointer
TAO_ORB_Core *orb_core_;