diff options
Diffstat (limited to 'TAO/tao/BoundsC.i')
-rw-r--r-- | TAO/tao/BoundsC.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/BoundsC.i b/TAO/tao/BoundsC.i index 85b84da1e7b..f9bccb90aa5 100644 --- a/TAO/tao/BoundsC.i +++ b/TAO/tao/BoundsC.i @@ -26,7 +26,7 @@ ACE_INLINE CORBA::Boolean operator<< (TAO_OutputCDR &strm, const CORBA::Bounds &_tao_aggregate) { // first marshal the repository ID - if (strm << _tao_aggregate._id ()) + if (strm << _tao_aggregate._rep_id ()) return 1; else return 0; |