summaryrefslogtreecommitdiff
path: root/TAO/tao/default_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/default_client.h')
-rw-r--r--TAO/tao/default_client.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/TAO/tao/default_client.h b/TAO/tao/default_client.h
index db6544d166d..e1660fb2041 100644
--- a/TAO/tao/default_client.h
+++ b/TAO/tao/default_client.h
@@ -62,6 +62,7 @@ public:
virtual TAO_Connect_Strategy *create_connect_strategy (TAO_ORB_Core *);
virtual ACE_Lock *create_ft_service_retention_id_lock (void);
virtual bool use_cleanup_options (void) const;
+ virtual Connect_Strategy connect_strategy (void) const;
protected:
void report_option_value_error (const ACE_TCHAR* option_name,
@@ -97,13 +98,6 @@ private:
/// The wait-for-reply strategy.
Wait_Strategy wait_strategy_;
- enum Connect_Strategy
- {
- TAO_BLOCKED_CONNECT,
- TAO_REACTIVE_CONNECT,
- TAO_LEADER_FOLLOWER_CONNECT
- };
-
/// The connection initiation strategy.
Connect_Strategy connect_strategy_;