summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor/IORInterceptor_Details.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/IORInterceptor/IORInterceptor_Details.cpp')
-rw-r--r--TAO/tao/IORInterceptor/IORInterceptor_Details.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/TAO/tao/IORInterceptor/IORInterceptor_Details.cpp b/TAO/tao/IORInterceptor/IORInterceptor_Details.cpp
index 6dfeb9f191c..b881e436af0 100644
--- a/TAO/tao/IORInterceptor/IORInterceptor_Details.cpp
+++ b/TAO/tao/IORInterceptor/IORInterceptor_Details.cpp
@@ -1,19 +1,16 @@
#include "tao/IORInterceptor/IORInterceptor_Details.h"
+#include "tao/SystemException.h"
ACE_RCSID (IORInterceptor,
IORInterceptor_Details,
"$Id$")
-#include "tao/SystemException.h"
-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace TAO
{
void
- IORInterceptor_Details::apply_policies (
- const CORBA::PolicyList &/*policies*/
- )
+ IORInterceptor_Details::apply_policies (const CORBA::PolicyList &)
{
// There are currently no policies that apply to IOR Interceptors.
throw ::CORBA::INV_POLICY ();