Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tao / IORInterceptor / IORInfo.pidl
blob61a6b2f89c41f5ffeedbb9f0dd6ef48fc9b8c8b8
1 // -*- IDL -*-
3 /**
4  * @file IORInfo.pidl
5  *
6  * @brief Pre-compiled IDL source for the IORInfo
7  * components in the ORB.
8  *
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.
16  */
18 // File: IORInfo.idl
19 #ifndef _IORINFO_IDL_
20 #define _IORINFO_IDL_
22 // This pragma is here to make the Visual Age preprocessor generate #line
23 // output for this file before the files it includes.
24 #pragma prefix ""
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
36   {
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
44       );
46     readonly attribute AdapterManagerId manager_id;
48     readonly attribute AdapterState state;
50     readonly attribute ObjectReferenceTemplate adapter_template;
52     attribute ObjectReferenceFactory current_factory;
53   };
56 #endif  /* _IORINFO_IDL_ */