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.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Resource_Factory.cpp b/TAO/tao/Resource_Factory.cpp
index 2d3a35b92ea..a269135a945 100644
--- a/TAO/tao/Resource_Factory.cpp
+++ b/TAO/tao/Resource_Factory.cpp
@@ -90,6 +90,12 @@ TAO_Resource_Factory::get_reactor (void)
return 0;
}
+void
+TAO_Resource_Factory::reclaim_reactor (ACE_Reactor *)
+{
+ return;
+}
+
TAO_Connector_Registry *
TAO_Resource_Factory::get_connector_registry (void)
{