Interceptor.pidl

Go to the documentation of this file.
00001 // -*- IDL -*-
00002 
00003 /**
00004  * @file Interceptor.pidl
00005  *
00006  * Interceptor.pidl,v 1.2 2006/05/09 07:34:34 jwillemsen Exp
00007  *
00008  * @brief Pre-compiled IDL source for the Interceptor
00009  * components in the ORB.
00010  *
00011  * This file was used to generate the code in InterceptorC.*
00012  * The command used to generate code is:
00013  *
00014  *  tao_idl
00015  *     -o orig -Gp -Gd -Ge 1 -GA -SS -Sci
00016  *          -Wb,export_include="tao/TAO_Export.h"
00017  *          -Wb,export_macro=TAO_Export
00018  *          -Wb,pre_include="ace/pre.h"
00019  *          -Wb,post_include="ace/post.h"
00020  *          Interceptor.pidl
00021  *
00022  */
00023 
00024 #ifndef _INTERCEPTOR_IDL_
00025 #define _INTERCEPTOR_IDL_
00026 
00027 module PortableInterceptor {
00028 
00029   typeprefix PortableInterceptor "omg.org";
00030 
00031   local interface Interceptor
00032   {
00033     readonly attribute string name;
00034     void destroy ();
00035   };
00036 };
00037 
00038 #endif  /* _INTERCEPTOR_IDL_ */

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