Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tao / IORInterceptor / IORInterceptor_Details.cpp
blob2753cfe53a6cc0f844b39776c99d29fb44b6a1e8
1 // -*- C++ -*-
2 #include "tao/IORInterceptor/IORInterceptor_Details.h"
3 #include "tao/SystemException.h"
5 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
7 namespace TAO
9 void
10 IORInterceptor_Details::apply_policies (const CORBA::PolicyList &)
12 // There are currently no policies that apply to IOR Interceptors.
13 throw ::CORBA::INV_POLICY ();
17 TAO_END_VERSIONED_NAMESPACE_DECL