6 * @brief Pre-compiled IDL source for the IORInfo
7 * components in the ORB.
9 * The following is from orbos/99-12-02 Portable Interceptors spec,
10 * the full IDL is downloadable from orbos/99-12-02. This file contains
11 * interfaces from PortableInterceptor.idl that depend on
12 * ObjectReferenceFactory and ObjectReferenceTemplate, which inherit
13 * directly or indirectly from CORBA::ValueBase. This separate file
14 * has been created to remove the dependency from the rest of module
15 * PortableInterceptor.
22 // This pragma is here to make the Visual Age preprocessor generate #line
23 // output for this file before the files it includes.
26 #include "tao/PortableInterceptor.pidl"
27 #include "tao/Policy_Forward.pidl"
28 #include "tao/IOP.pidl"
29 #include "tao/ObjRefTemplate/ObjectReferenceTemplate_include.pidl"
31 module PortableInterceptor
33 typeprefix PortableInterceptor "omg.org";
35 local interface IORInfo
37 CORBA::Policy get_effective_policy (in CORBA::PolicyType type);
39 void add_ior_component (in IOP::TaggedComponent a_component);
41 void add_ior_component_to_profile (
42 in IOP::TaggedComponent a_component,
43 in IOP::ProfileId profile_id
46 readonly attribute AdapterManagerId manager_id;
48 readonly attribute AdapterState state;
50 readonly attribute ObjectReferenceTemplate adapter_template;
52 attribute ObjectReferenceFactory current_factory;
56 #endif /* _IORINFO_IDL_ */