diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-16 01:05:04 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-03-16 01:05:04 +0000 |
commit | 45e09366c8ba7d396bc17b7a027663120e758040 (patch) | |
tree | 38f3d288a1c8cb644ab41f9412545fb6a6373646 /TAO/tao/params.i | |
parent | b5a83dd885877c13ad3bc6b8a1433ba4f60eb32c (diff) | |
download | ATCD-45e09366c8ba7d396bc17b7a027663120e758040.tar.gz |
ChangeLogTag: Wed Mar 15 18:22:52 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/params.i')
-rw-r--r-- | TAO/tao/params.i | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/params.i b/TAO/tao/params.i index 539949e29c6..5ba9334e3ae 100644 --- a/TAO/tao/params.i +++ b/TAO/tao/params.i @@ -77,6 +77,8 @@ TAO_ORB_Parameters::cdr_memcpy_tradeoff (int x) this->cdr_memcpy_tradeoff_ = x; } +#if 0 +// Supprt has been deprecated. ACE_INLINE int TAO_ORB_Parameters::use_lite_protocol (void) const { @@ -88,6 +90,7 @@ TAO_ORB_Parameters::use_lite_protocol (int x) { this->use_lite_protocol_ = x; } +#endif /*if 0*/ ACE_INLINE int TAO_ORB_Parameters::use_dotted_decimal_addresses (void) const |