summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/RTCORBAC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/RTCORBAC.cpp')
-rw-r--r--TAO/tao/RTCORBA/RTCORBAC.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/RTCORBA/RTCORBAC.cpp b/TAO/tao/RTCORBA/RTCORBAC.cpp
index c03ea57414b..60b3ab5ff95 100644
--- a/TAO/tao/RTCORBA/RTCORBAC.cpp
+++ b/TAO/tao/RTCORBA/RTCORBAC.cpp
@@ -2358,7 +2358,7 @@ RTCORBA::RTORB::MutexNotFound::_tao_duplicate (void) const
void RTCORBA::RTORB::MutexNotFound::_raise (void) const
{
- TAO_RAISE (*this);
+ throw *this;
}
void RTCORBA::RTORB::MutexNotFound::_tao_encode (
@@ -2453,7 +2453,7 @@ RTCORBA::RTORB::InvalidThreadpool::_tao_duplicate (void) const
void RTCORBA::RTORB::InvalidThreadpool::_raise (void) const
{
- TAO_RAISE (*this);
+ throw *this;
}
void RTCORBA::RTORB::InvalidThreadpool::_tao_encode (