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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/tao/default_client.h b/TAO/tao/default_client.h
index 45b13292db3..3d7ea54f599 100644
--- a/TAO/tao/default_client.h
+++ b/TAO/tao/default_client.h
@@ -53,8 +53,6 @@ public:
// = Check Client_Strategy_Factory.h for the documentation of the
// following methods.
- virtual ACE_Lock* create_profile_lock (void);
- virtual TAO_Configurable_Refcount create_profile_refcount (void);
virtual TAO_Transport_Mux_Strategy *create_transport_mux_strategy (TAO_Transport *transport);
virtual ACE_Lock *create_transport_mux_strategy_lock (void);
virtual int reply_dispatcher_table_size (void) const;
@@ -75,9 +73,6 @@ private:
TAO_THREAD_LOCK
};
- /// the lock type for forwarding IIOP Profile
- Lock_Type profile_lock_type_;
-
enum Transport_Mux_Strategy
{
TAO_MUXED_TMS,