summaryrefslogtreecommitdiff
path: root/TAO/tao/params.i
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-09-17 22:10:39 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-09-17 22:10:39 +0000
commit2323e847f013b19615f6a5ec34584e5629635817 (patch)
treecb4584b766a9255bd38f7b46fb5db7a95e73e3a2 /TAO/tao/params.i
parent53c86703c979ff259dac8f37b2e86c20594865af (diff)
downloadATCD-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.i8
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