summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 17:12:19 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-24 17:12:19 +0000
commitcc5d07419aaf865a09315c0887483d819c29ba02 (patch)
tree243deb2821521dc0c3303f3f80b52f1c1992a573 /TAO/tao/IORInterceptor
parentdaf9121a64600accf99d8fb989303b5d54a5407b (diff)
downloadATCD-cc5d07419aaf865a09315c0887483d819c29ba02.tar.gz
Diffstat (limited to 'TAO/tao/IORInterceptor')
-rw-r--r--TAO/tao/IORInterceptor/IORInterceptor_Details.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IORInterceptor/IORInterceptor_Details.cpp b/TAO/tao/IORInterceptor/IORInterceptor_Details.cpp
index 1317d6a642e..6dfeb9f191c 100644
--- a/TAO/tao/IORInterceptor/IORInterceptor_Details.cpp
+++ b/TAO/tao/IORInterceptor/IORInterceptor_Details.cpp
@@ -16,7 +16,7 @@ namespace TAO
)
{
// There are currently no policies that apply to IOR Interceptors.
- throw ( ::CORBA::INV_POLICY ());
+ throw ::CORBA::INV_POLICY ();
}
}