summaryrefslogtreecommitdiff
path: root/TAO/tao/WrongTransactionC.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-10 19:02:09 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-10 19:02:09 +0000
commit0aa9869ded5e9fc4669fc913b4c1fee397ee53db (patch)
tree3b7f18ec35470aec5e6e34330c4745bd69ca3d89 /TAO/tao/WrongTransactionC.cpp
parent11a1fa7d9723365a0a6a2f96b21687f959897ee6 (diff)
downloadATCD-0aa9869ded5e9fc4669fc913b4c1fee397ee53db.tar.gz
ChangeLogTag: Thu Aug 10 13:58:09 2000 Jeff Parsons <parsons@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/WrongTransactionC.cpp')
-rw-r--r--TAO/tao/WrongTransactionC.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/WrongTransactionC.cpp b/TAO/tao/WrongTransactionC.cpp
index 9615e75158d..1106611d560 100644
--- a/TAO/tao/WrongTransactionC.cpp
+++ b/TAO/tao/WrongTransactionC.cpp
@@ -16,7 +16,7 @@
// default constructor
CORBA_WrongTransaction::CORBA_WrongTransaction (void)
- : CORBA_UserException (CORBA::_tc_WrongTransaction)
+ : CORBA_UserException ("IDL:omg.org/CORBA/WrongTransaction:1.0")
{
}
@@ -27,7 +27,7 @@ CORBA_WrongTransaction::~CORBA_WrongTransaction (void)
// copy constructor
CORBA_WrongTransaction::CORBA_WrongTransaction (const CORBA_WrongTransaction &_tao_excp)
- : CORBA_UserException (_tao_excp._type ())
+ : CORBA_UserException (_tao_excp._id ())
{
}