From ad0bce8554c7f8915086bfe8268c1e6fa43f9e73 Mon Sep 17 00:00:00 2001 From: vishal Date: Mon, 22 Mar 1999 22:43:56 +0000 Subject: ChangeLogTag:Mon Mar 22 16:40:36 1999 Vishal Kachroo --- TAO/tao/params.i | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'TAO/tao/params.i') diff --git a/TAO/tao/params.i b/TAO/tao/params.i index c258811bb4a..79619f37ba0 100644 --- a/TAO/tao/params.i +++ b/TAO/tao/params.i @@ -197,3 +197,28 @@ TAO_ORB_Parameters::trading_service_port (void) const { return this->trading_service_port_; } + +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; +} + +ACE_INLINE void +TAO_ORB_Parameters::default_init_ref (const ACE_CString &default_init_ref) +{ + this->default_init_ref_ = default_init_ref; +} + +ACE_INLINE char * +TAO_ORB_Parameters::default_init_ref (void) const +{ + return this->default_init_ref_.rep (); +} + -- cgit v1.2.1