diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-09-17 22:10:39 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 1999-09-17 22:10:39 +0000 |
commit | 2323e847f013b19615f6a5ec34584e5629635817 (patch) | |
tree | cb4584b766a9255bd38f7b46fb5db7a95e73e3a2 /TAO/tao/params.i | |
parent | 53c86703c979ff259dac8f37b2e86c20594865af (diff) | |
download | ATCD-2323e847f013b19615f6a5ec34584e5629635817.tar.gz |
ChangeLogTag:Fri Sep 17 16:51:06 1999 Ossama Othman <othman@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/params.i')
-rw-r--r-- | TAO/tao/params.i | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/TAO/tao/params.i b/TAO/tao/params.i index 76e1a300c92..2990163f90f 100644 --- a/TAO/tao/params.i +++ b/TAO/tao/params.i @@ -151,13 +151,7 @@ TAO_ORB_Parameters::implrepo_service_port (void) const ACE_INLINE TAO_IOR_LookupTable * TAO_ORB_Parameters::ior_lookup_table (void) { - return this->ior_lookup_table_; -} - -ACE_INLINE void -TAO_ORB_Parameters::ior_lookup_table (TAO_IOR_LookupTable *table) -{ - this->ior_lookup_table_ = table; + return &(this->ior_lookup_table_); } ACE_INLINE void |