diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-09-20 00:16:09 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-09-20 00:16:09 +0000 |
commit | f00b87ae4d0c8183b2adf2faa0b66f52f9b384e5 (patch) | |
tree | 0af3f03db429d041b9189ebe59e8ab3b3ae806d5 /TAO/tao/PortableServer/Servant_Base.cpp | |
parent | d6a65b82f614f98a9e4a0a04d97624d215691e6d (diff) | |
download | ATCD-f00b87ae4d0c8183b2adf2faa0b66f52f9b384e5.tar.gz |
ChangeLogTag:Tue Sep 19 16:49:23 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/PortableServer/Servant_Base.cpp')
-rw-r--r-- | TAO/tao/PortableServer/Servant_Base.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tao/PortableServer/Servant_Base.cpp b/TAO/tao/PortableServer/Servant_Base.cpp index 77930a2dcfa..d60de908bc6 100644 --- a/TAO/tao/PortableServer/Servant_Base.cpp +++ b/TAO/tao/PortableServer/Servant_Base.cpp @@ -72,16 +72,6 @@ TAO_ServantBase::_default_POA (CORBA::Environment &ACE_TRY_ENV) return PortableServer::POA::_narrow (object.in (), ACE_TRY_ENV); } -void -TAO_ServantBase::_add_ref (CORBA::Environment &) -{ -} - -void -TAO_ServantBase::_remove_ref (CORBA::Environment &) -{ -} - CORBA::Boolean TAO_ServantBase::_is_a (const char* logical_type_id, CORBA::Environment &ACE_TRY_ENV) |