diff options
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 |