6 * @brief Pre-compiled IDL source for the PortableInterceptor
7 * components in the ORB.
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"
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
31 any get_slot (in SlotId id) raises (InvalidSlot);
32 void set_slot (in SlotId id, in any data) raises (InvalidSlot);
36 #endif /* _PI_CURRENT_IDL_ */