Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / tao / PI / PICurrent.pidl
blob37752546cf54f5571c16f446861efdb8b6a394a7
1 // -*- IDL -*-
3 /**
4  * @file PICurrent.pidl
5  *
6  * @brief Pre-compiled IDL source for the PortableInterceptor
7  * components in the ORB.
8  *
9  *  tao_idl
10  *     -o orig -Gp -Gd -GA -SS -Sci
11  *          -Wb,export_include="tao/TAO_Export.h"
12  *          -Wb,export_macro=TAO_Export
13  *          -Wb,pre_include="ace/pre.h"
14  *          -Wb,post_include="ace/post.h"
15  *          PICurrent.pidl
16  */
18 #ifndef _PI_CURRENT_IDL_
19 #define _PI_CURRENT_IDL_
21 #include "tao/PI/InvalidSlot.pidl"
22 #include "tao/PI_Forward.pidl"
23 #include "tao/Current.pidl"
25 module PortableInterceptor {
27   typeprefix PortableInterceptor "omg.org";
29   local interface Current : CORBA::Current
30   {
31     any get_slot (in SlotId id) raises (InvalidSlot);
32     void set_slot (in SlotId id, in any data) raises (InvalidSlot);
33   };
36 #endif  /* _PI_CURRENT_IDL_ */