summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/PolicyFactory/IORInterceptor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/PolicyFactory/IORInterceptor.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/PolicyFactory/IORInterceptor.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/TAO/tests/Portable_Interceptors/PolicyFactory/IORInterceptor.cpp b/TAO/tests/Portable_Interceptors/PolicyFactory/IORInterceptor.cpp
index 8d6ecaa29de..37e62f127da 100644
--- a/TAO/tests/Portable_Interceptors/PolicyFactory/IORInterceptor.cpp
+++ b/TAO/tests/Portable_Interceptors/PolicyFactory/IORInterceptor.cpp
@@ -19,14 +19,12 @@ IORInterceptor::~IORInterceptor (void)
char *
IORInterceptor::name (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
return CORBA::string_dup ("");
}
void
IORInterceptor::destroy (void)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
ACE_ASSERT (this->success_);
}
@@ -34,7 +32,6 @@ IORInterceptor::destroy (void)
void
IORInterceptor::establish_components (
PortableInterceptor::IORInfo_ptr info)
- ACE_THROW_SPEC ((CORBA::SystemException))
{
try
{