2 #include "tao/IORInterceptor/IORInterceptor_Details.h"
3 #include "tao/SystemException.h"
5 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
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