summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Adapter_Activator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Adapter_Activator.cpp')
-rw-r--r--TAO/tao/PortableServer/Adapter_Activator.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/PortableServer/Adapter_Activator.cpp b/TAO/tao/PortableServer/Adapter_Activator.cpp
index 1a36cac5f5d..32981d41e67 100644
--- a/TAO/tao/PortableServer/Adapter_Activator.cpp
+++ b/TAO/tao/PortableServer/Adapter_Activator.cpp
@@ -28,7 +28,6 @@ namespace TAO
CORBA::Boolean
Adapter_Activator::unknown_adapter (PortableServer::POA_ptr parent,
const char *name)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
// Default policies
CORBA::PolicyList default_policies;
@@ -43,10 +42,9 @@ namespace TAO
{
child->the_activator (this);
}
- catch ( ::CORBA::Exception&)
+ catch (const ::CORBA::Exception&)
{
- (void) child->destroy (1,
- 1);
+ (void) child->destroy (1, 1);
return false;
}