summaryrefslogtreecommitdiff
path: root/TAO/tao/PI_Server
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-24 06:58:14 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-24 06:58:14 +0000
commit19736e4dd311e46085fbe75f477f6d16326f8d43 (patch)
treeb85764ff2add3f031668fd0affa23a1608577c83 /TAO/tao/PI_Server
parentd452c54732971af9230b770c0d93319141e8242f (diff)
downloadATCD-19736e4dd311e46085fbe75f477f6d16326f8d43.tar.gz
Sat Feb 24 06:56:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PI_Server')
-rw-r--r--TAO/tao/PI_Server/PortableServer_ORBInitializer.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/tao/PI_Server/PortableServer_ORBInitializer.cpp b/TAO/tao/PI_Server/PortableServer_ORBInitializer.cpp
index 863b6eeca11..827ac975c0d 100644
--- a/TAO/tao/PI_Server/PortableServer_ORBInitializer.cpp
+++ b/TAO/tao/PI_Server/PortableServer_ORBInitializer.cpp
@@ -84,11 +84,6 @@ TAO_PortableServer_ORBInitializer::register_policy_factories (
}
throw;
}
- catch (const ::CORBA::Exception&)
- {
- // Rethrow any other exceptions...
- throw;
- }
}
#else
ACE_UNUSED_ARG (info);