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.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/Client_Strategy_Factory.cpp b/TAO/tao/Client_Strategy_Factory.cpp
index f8cfb870b74..2cc73497870 100644
--- a/TAO/tao/Client_Strategy_Factory.cpp
+++ b/TAO/tao/Client_Strategy_Factory.cpp
@@ -16,6 +16,13 @@ TAO_Client_Strategy_Factory::create_profile_lock (void)
return 0;
}
+TAO_Configurable_Refcount
+TAO_Client_Strategy_Factory::create_profile_refcount (void)
+{
+ return TAO_Configurable_Refcount (
+ TAO_Configurable_Refcount::TAO_NULL_LOCK);
+}
+
TAO_Transport_Mux_Strategy *
TAO_Client_Strategy_Factory::create_transport_mux_strategy (TAO_Transport *)
{