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/ClientRequestInfo_i.cpp | |
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/ClientRequestInfo_i.cpp')
-rw-r--r-- | TAO/tao/ClientRequestInfo_i.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ClientRequestInfo_i.cpp b/TAO/tao/ClientRequestInfo_i.cpp index 0201005610e..72c7de73bbb 100644 --- a/TAO/tao/ClientRequestInfo_i.cpp +++ b/TAO/tao/ClientRequestInfo_i.cpp @@ -154,7 +154,7 @@ TAO_ClientRequestInfo_i::received_exception_id ( 0); } - return CORBA::string_dup (this->caught_exception_->_id ()); + return CORBA::string_dup (this->caught_exception_->_rep_id ()); } IOP::TaggedComponent * |