summaryrefslogtreecommitdiff
path: root/TAO/tao/WrongTransactionC.i
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-25 21:47:51 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-04-25 21:47:51 +0000
commit57646ca04e24c1895b02b21b0453a20cc843c9b7 (patch)
tree7ad632332e4516e94bffc52656197a9dca68fe9d /TAO/tao/WrongTransactionC.i
parentac3fed7d682dac67d438ced0495ab71a9616fe0a (diff)
downloadATCD-57646ca04e24c1895b02b21b0453a20cc843c9b7.tar.gz
ChangeLogTag: Thu Apr 25 16:42:04 2002 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/WrongTransactionC.i')
-rw-r--r--TAO/tao/WrongTransactionC.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/WrongTransactionC.i b/TAO/tao/WrongTransactionC.i
index 023f5a5cea6..84fd54d23eb 100644
--- a/TAO/tao/WrongTransactionC.i
+++ b/TAO/tao/WrongTransactionC.i
@@ -26,7 +26,7 @@
ACE_INLINE CORBA::Boolean operator<< (TAO_OutputCDR &strm, const CORBA::WrongTransaction &_tao_aggregate)
{
// first marshal the repository ID
- if (strm << _tao_aggregate._id ())
+ if (strm << _tao_aggregate._rep_id ())
return 1;
else
return 0;