PICurrent.pidl

Go to the documentation of this file.
00001 // -*- IDL -*-
00002 
00003 /**
00004  * @file PICurrent.pidl
00005  *
00006  * PICurrent.pidl,v 1.5 2006/05/09 07:34:34 jwillemsen Exp
00007  *
00008  * @brief Pre-compiled IDL source for the PortableInterceptor
00009  * components in the ORB.
00010  *
00011  *  tao_idl
00012  *     -o orig -Gp -Gd -Ge 1 -GA -SS -Sci
00013  *          -Wb,export_include="tao/TAO_Export.h"
00014  *          -Wb,export_macro=TAO_Export
00015  *          -Wb,pre_include="ace/pre.h"
00016  *          -Wb,post_include="ace/post.h"
00017  *          PICurrent.pidl
00018  */
00019 
00020 #ifndef _PI_CURRENT_IDL_
00021 #define _PI_CURRENT_IDL_
00022 
00023 #include "tao/PI/InvalidSlot.pidl"
00024 #include "tao/PI_Forward.pidl"
00025 #include "tao/Current.pidl"
00026 
00027 module PortableInterceptor {
00028 
00029   typeprefix PortableInterceptor "omg.org";
00030 
00031   local interface Current : CORBA::Current
00032   {
00033     any get_slot (in SlotId id) raises (InvalidSlot);
00034     void set_slot (in SlotId id, in any data) raises (InvalidSlot);
00035   };
00036 };
00037 
00038 #endif  /* _PI_CURRENT_IDL_ */

Generated on Thu Nov 9 12:51:39 2006 for TAO_PI by doxygen 1.3.6