summaryrefslogtreecommitdiff
path: root/TAO/tao/Resource_Factory.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2000-09-11 19:58:09 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2000-09-11 19:58:09 +0000
commit99ab9c6468a1e64d7597b4c2009e83e7f146bc23 (patch)
treee9b2eb2d64fdfe257d3a878ba7e6ea3b02b43efc /TAO/tao/Resource_Factory.cpp
parentfb19eccd2d754cb9c41a966108c3a217fc6c3efe (diff)
downloadATCD-99ab9c6468a1e64d7597b4c2009e83e7f146bc23.tar.gz
ChangeLogTag:Mon Sep 11 12:53:03 2000 Ossama Othman <ossama@uci.edu>
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)
{