summaryrefslogtreecommitdiff
path: root/TAO/tao/Client_Strategy_Factory.cpp
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-29 21:15:30 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-09-29 21:15:30 +0000
commitfd18e6f89ef2a1abc244c94505abc8c39e92ea64 (patch)
treec1fc2d6abeb60011f23a6000433048f1f414d30b /TAO/tao/Client_Strategy_Factory.cpp
parent64d4ded5000554670f604218a4af12caa2e0d5b0 (diff)
downloadATCD-fd18e6f89ef2a1abc244c94505abc8c39e92ea64.tar.gz
*** empty log message ***
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 18064fc2fbe..bce974de9a3 100644
--- a/TAO/tao/Client_Strategy_Factory.cpp
+++ b/TAO/tao/Client_Strategy_Factory.cpp
@@ -17,3 +17,9 @@ TAO_Client_Strategy_Factory::create_iiop_profile_lock (void)
{
return 0;
}
+
+ACE_Creation_Strategy<TAO_Client_Connection_Handler> *
+TAO_Client_Strategy_Factory::create_client_creation_strategy (void)
+{
+ return 0;
+}