summaryrefslogtreecommitdiff
path: root/CIAO/ciao/Servant_Activator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/ciao/Servant_Activator.cpp')
-rw-r--r--CIAO/ciao/Servant_Activator.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/CIAO/ciao/Servant_Activator.cpp b/CIAO/ciao/Servant_Activator.cpp
index c0e1bc93d9d..a43867a0185 100644
--- a/CIAO/ciao/Servant_Activator.cpp
+++ b/CIAO/ciao/Servant_Activator.cpp
@@ -91,8 +91,7 @@ namespace CIAO
for (size_t t = 0; t != sz; ++t)
{
if (this->pa_.get (tmp, t) == -1)
- ACE_THROW_RETURN (CORBA::OBJECT_NOT_EXIST (),
- 0);
+ throw CORBA::OBJECT_NOT_EXIST ();
if (tmp == 0)
{
@@ -116,8 +115,7 @@ namespace CIAO
}
}
}
- ACE_THROW_RETURN (CORBA::OBJECT_NOT_EXIST (),
- 0);
+ throw CORBA::OBJECT_NOT_EXIST ();
}
void