PolicyFactory.pidl

Go to the documentation of this file.
00001 // -*- IDL -*-
00002 
00003 /**
00004  * @file PolicyFactory.pidl
00005  *
00006  * PolicyFactory.pidl,v 1.4 2006/05/09 07:34:34 jwillemsen Exp
00007  *
00008  * @brief Pre-compiled IDL source for the PolicyFactory
00009  *
00010  *  tao_idl
00011  *     -o orig -Gp -Gd -Ge 1 -GA -SS -Sci
00012  *          -Wb,export_include="tao/TAO_Export.h"
00013  *          -Wb,export_macro=TAO_Export
00014  *          -Wb,pre_include="ace/pre.h"
00015  *          -Wb,post_include="ace/post.h"
00016  *          PolicyFactory.pidl
00017  */
00018 
00019 // File: PortableInterceptor.idl
00020 #ifndef _POLICYFACTORY_PIDL_
00021 #define _POLICYFACTORY_PIDL_
00022 
00023 #include "tao/Policy.pidl"
00024 
00025 module PortableInterceptor {
00026 
00027   typeprefix PortableInterceptor "omg.org";
00028 
00029   local interface PolicyFactory
00030   {
00031     CORBA::Policy create_policy (in CORBA::PolicyType type, in any value)
00032       raises (CORBA::PolicyError);
00033   };
00034 };
00035 
00036 #endif  /* _PORTABLE_INTERCEPTOR_IDL_ */

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