summaryrefslogtreecommitdiff
path: root/TAO/tao/Resource_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Resource_Factory.cpp')
-rw-r--r--TAO/tao/Resource_Factory.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tao/Resource_Factory.cpp b/TAO/tao/Resource_Factory.cpp
index 61cfb10e8c0..96e25a60e9e 100644
--- a/TAO/tao/Resource_Factory.cpp
+++ b/TAO/tao/Resource_Factory.cpp
@@ -121,6 +121,18 @@ TAO_Resource_Factory::init_protocol_factories (void)
return -1;
}
+int
+TAO_Resource_Factory::get_connection_caching_strategy_type (void) const
+{
+ return 0;
+}
+
+double
+TAO_Resource_Factory::get_purge_percentage (void) const
+{
+ return 20;
+}
+
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class ACE_Dynamic_Service<TAO_Resource_Factory>;