diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-19 03:20:25 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-19 03:20:25 +0000 |
commit | 357ad7bc4db6a9c38a43265b437db97a25720a57 (patch) | |
tree | e0a50146a2e3ae6511a14b81c2b2bdf7a1553e70 /TAO/tao/Resource_Factory.cpp | |
parent | c6a7e5eaf430df767ad1abc2ae2888623fda9e99 (diff) | |
download | ATCD-357ad7bc4db6a9c38a43265b437db97a25720a57.tar.gz |
ChangeLogTag:Tue May 18 22:19:36 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Resource_Factory.cpp')
-rw-r--r-- | TAO/tao/Resource_Factory.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/tao/Resource_Factory.cpp b/TAO/tao/Resource_Factory.cpp index 99ddc10abd4..6aaf7d48aeb 100644 --- a/TAO/tao/Resource_Factory.cpp +++ b/TAO/tao/Resource_Factory.cpp @@ -109,12 +109,6 @@ TAO_Resource_Factory::create_input_cdr_data_block (size_t size) return 0; } -int -TAO_Resource_Factory::reactor_lock (void) -{ - return 0; -} - #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) template class ACE_Dynamic_Service<TAO_Resource_Factory>; |