The policy-driven details for a registered IOR interceptor. More...
#include <IORInterceptor_Details.h>
Public Member Functions | |
void | apply_policies (const CORBA::PolicyList &policies) |
The policy-driven details for a registered IOR interceptor.
Each time an IOR interceptor is registered with an ORB, an IORInterceptor_Details object will be created and associated with the registered IOR interceptor. If the interceptor is registered with policies, the policies will be used to adjust the values in the IORInterceptor_Details appropriately.
Currently, there are no policies that are applicable to IOR Interceptors.
Definition at line 51 of file IORInterceptor_Details.h.
void TAO::IORInterceptor_Details::apply_policies | ( | const CORBA::PolicyList & | policies | ) |
Definition at line 13 of file IORInterceptor_Details.cpp.
{
// There are currently no policies that apply to IOR Interceptors.
throw ::CORBA::INV_POLICY ();
}