00001 #include "tao/IORInterceptor/IORInterceptor_Details.h" 00002 #include "tao/SystemException.h" 00003 00004 ACE_RCSID (IORInterceptor, 00005 IORInterceptor_Details, 00006 "$Id: IORInterceptor_Details.cpp 76995 2007-02-11 12:51:42Z johnnyw $") 00007 00008 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00009 00010 namespace TAO 00011 { 00012 void 00013 IORInterceptor_Details::apply_policies (const CORBA::PolicyList &) 00014 { 00015 // There are currently no policies that apply to IOR Interceptors. 00016 throw ::CORBA::INV_POLICY (); 00017 } 00018 } 00019 00020 TAO_END_VERSIONED_NAMESPACE_DECL