diff options
author | smcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-07-07 16:16:27 +0000 |
---|---|---|
committer | smcqueen <smcqueen@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-07-07 16:16:27 +0000 |
commit | 1b97d14190f42c4ea50e8a0e3e7cb29151675e6f (patch) | |
tree | 199efdf4431f1de0de37ab31e4d9c08239ec02c0 /TAO/tao/params.i | |
parent | 2dc11078a536cb6a1a66fd2b887a6603ba2b33ec (diff) | |
download | ATCD-1b97d14190f42c4ea50e8a0e3e7cb29151675e6f.tar.gz |
ChangeLogTag: Thu Jul 7 16:56:55 2005 Simon McQueen <sm@prismtech.com>
Diffstat (limited to 'TAO/tao/params.i')
-rw-r--r-- | TAO/tao/params.i | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tao/params.i b/TAO/tao/params.i index 9e37a3a5eea..617c94e7f61 100644 --- a/TAO/tao/params.i +++ b/TAO/tao/params.i @@ -50,6 +50,17 @@ TAO_ORB_Parameters::use_dotted_decimal_addresses (int x) this->use_dotted_decimal_addresses_ = x; } +ACE_INLINE int +TAO_ORB_Parameters::cache_incoming_by_dotted_decimal_address (void) const +{ + return this->cache_incoming_by_dotted_decimal_address_; +} + +ACE_INLINE void +TAO_ORB_Parameters::cache_incoming_by_dotted_decimal_address (int x) +{ + this->cache_incoming_by_dotted_decimal_address_ = x; +} ACE_INLINE int TAO_ORB_Parameters::linger (void) const |