Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tao / PI / ClientRequestInfo.pidl
blob96bbb2ab44b671908dee08558d8f7f277f533f74
1 // -*- IDL -*-
3 /**
4  * @file ClientRequestInfo.pidl
5  *
6  * @brief Pre-compiled ClientRequestInfo
7  */
9 #ifndef _CLIENT_REQUESTINFO_PIDL_
10 #define _CLIENT_REQUESTINFO_PIDL_
12 #include "tao/PI/RequestInfo.pidl"
13 #include "tao/orb_types.pidl"
14 #include "tao/Policy_Forward.pidl"
16 module PortableInterceptor {
18   typeprefix PortableInterceptor "omg.org";
20   local interface ClientRequestInfo : RequestInfo
21   {
22     readonly attribute Object target;
23     readonly attribute Object effective_target;
24     readonly attribute IOP::TaggedProfile effective_profile;
25     readonly attribute any received_exception;
26     readonly attribute CORBA::RepositoryId received_exception_id;
27     IOP::TaggedComponent get_effective_component (in IOP::ComponentId id);
28     IOP::TaggedComponentSeq get_effective_components (in IOP::ComponentId id);
29     CORBA::Policy get_request_policy (in CORBA::PolicyType type);
30     void add_request_service_context (
31       in IOP::ServiceContext service_context,
32       in boolean replace);
33   };
36 #endif  /* _CLIENT_REQUESTINFO_PIDL_ */