Public Member Functions

TAO::IORInterceptor_Details Class Reference

The policy-driven details for a registered IOR interceptor. More...

#include <IORInterceptor_Details.h>

List of all members.

Public Member Functions

void apply_policies (const CORBA::PolicyList &policies)

Detailed Description

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.


Member Function Documentation

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 ();
  }


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines