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 ce49a810f50..9aa411b72a8 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;
}
+int
+TAO_Client_Strategy_Factory::reply_dispatcher_table_size (void) const
+{
+ return 0;
+}
+
TAO_Wait_Strategy *
TAO_Client_Strategy_Factory::create_wait_strategy (TAO_Transport *)
{