diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-25 21:47:51 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-25 21:47:51 +0000 |
commit | 21e4062e826122e7f562ee07b43458b9ec354b37 (patch) | |
tree | 7ad632332e4516e94bffc52656197a9dca68fe9d /TAO/tao/PolicyC.i | |
parent | 1176169043f1d584b4da5625cc1e1c2797554d51 (diff) | |
download | ATCD-21e4062e826122e7f562ee07b43458b9ec354b37.tar.gz |
ChangeLogTag: Thu Apr 25 16:42:04 2002 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/PolicyC.i')
-rw-r--r-- | TAO/tao/PolicyC.i | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PolicyC.i b/TAO/tao/PolicyC.i index d08fdf8d44f..5ee64975e3f 100644 --- a/TAO/tao/PolicyC.i +++ b/TAO/tao/PolicyC.i @@ -238,7 +238,7 @@ CORBA::Policy::Policy ( ACE_INLINE CORBA::Boolean operator<< (TAO_OutputCDR &strm, const CORBA::PolicyError &_tao_aggregate) { // first marshal the repository ID - if (strm << _tao_aggregate._id ()) + if (strm << _tao_aggregate._rep_id ()) { // now marshal the members (if any) if ( @@ -281,7 +281,7 @@ CORBA::Boolean TAO_Export operator>> ( ACE_INLINE CORBA::Boolean operator<< (TAO_OutputCDR &strm, const CORBA::InvalidPolicies &_tao_aggregate) { // first marshal the repository ID - if (strm << _tao_aggregate._id ()) + if (strm << _tao_aggregate._rep_id ()) { // now marshal the members (if any) if ( |