summaryrefslogtreecommitdiff
path: root/TAO/tao/Client_Strategy_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Client_Strategy_Factory.h')
-rw-r--r--TAO/tao/Client_Strategy_Factory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Client_Strategy_Factory.h b/TAO/tao/Client_Strategy_Factory.h
index cf1da78ab6d..e3b0e54966f 100644
--- a/TAO/tao/Client_Strategy_Factory.h
+++ b/TAO/tao/Client_Strategy_Factory.h
@@ -56,6 +56,9 @@ public:
/// Create the correct client request muxing strategy.
virtual TAO_Transport_Mux_Strategy *create_transport_mux_strategy (TAO_Transport *transport);
+ /// Create the correct lock for request muxing strategy.
+ virtual ACE_Lock *create_transport_mux_strategy_lock (void);
+
/// Return the size of the reply dispatcher table
virtual int reply_dispatcher_table_size (void) const;