diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-16 09:37:51 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2003-08-16 09:37:51 +0000 |
commit | 14de45d888228c6ffa1a57816b8cc8a043b25f2d (patch) | |
tree | e76436680bf749124d81df5f6c7fe3c616729d64 /TAO/tao/WrongTransactionC.cpp | |
parent | f20182cd788d7df3ea29d721290c6d2d91198816 (diff) | |
download | ATCD-14de45d888228c6ffa1a57816b8cc8a043b25f2d.tar.gz |
ChangeLogTag:Sat Aug 16 02:17:49 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/WrongTransactionC.cpp')
-rw-r--r-- | TAO/tao/WrongTransactionC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/WrongTransactionC.cpp b/TAO/tao/WrongTransactionC.cpp index 8a9d7a222aa..06a541acfbe 100644 --- a/TAO/tao/WrongTransactionC.cpp +++ b/TAO/tao/WrongTransactionC.cpp @@ -115,7 +115,7 @@ CORBA::WrongTransaction::_tao_duplicate (void) const return result; } -void CORBA::WrongTransaction::_raise (void) +void CORBA::WrongTransaction::_raise (void) const { TAO_RAISE (*this); } |