summaryrefslogtreecommitdiff
path: root/TAO/tao/Client_Strategy_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Client_Strategy_Factory.cpp')
-rw-r--r--TAO/tao/Client_Strategy_Factory.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Client_Strategy_Factory.cpp b/TAO/tao/Client_Strategy_Factory.cpp
index 9aa411b72a8..59a8ad9a8df 100644
--- a/TAO/tao/Client_Strategy_Factory.cpp
+++ b/TAO/tao/Client_Strategy_Factory.cpp
@@ -24,6 +24,12 @@ TAO_Client_Strategy_Factory::create_transport_mux_strategy (TAO_Transport *)
return 0;
}
+ACE_Lock *
+TAO_Client_Strategy_Factory::create_transport_mux_strategy_lock (void)
+{
+ return 0;
+}
+
int
TAO_Client_Strategy_Factory::reply_dispatcher_table_size (void) const
{