diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-03-06 19:04:30 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-03-06 19:04:30 +0000 |
commit | 68d6faf1b60696129c73b788a6e139f7ef22559b (patch) | |
tree | 4560477be310b86cfbea9078ece1057d51ad0200 /TAO/tao/IORManipulation/IORManipulation.cpp | |
parent | 029ab3a8cffa441000745bb033150505aa09d09a (diff) | |
download | ATCD-68d6faf1b60696129c73b788a6e139f7ef22559b.tar.gz |
ChangeLogTag:Wed Mar 6 11:03:12 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/IORManipulation/IORManipulation.cpp')
-rw-r--r-- | TAO/tao/IORManipulation/IORManipulation.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/TAO/tao/IORManipulation/IORManipulation.cpp b/TAO/tao/IORManipulation/IORManipulation.cpp index 728d357f902..97937df074a 100644 --- a/TAO/tao/IORManipulation/IORManipulation.cpp +++ b/TAO/tao/IORManipulation/IORManipulation.cpp @@ -33,20 +33,6 @@ TAO_IOR_Manipulation_impl::~TAO_IOR_Manipulation_impl (void) { } -void -TAO_IOR_Manipulation_impl::_add_ref (void) -{ - this->_incr_refcnt (); - // This is a TAO specific implementation. -} - -void -TAO_IOR_Manipulation_impl::_remove_ref (void) -{ - this->_decr_refcnt (); - // This is a TAO specific implementation. -} - CORBA::Object_ptr TAO_IOR_Manipulation_impl::merge_iors ( const TAO_IOP::TAO_IOR_Manipulation::IORList & iors |