Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / PI / PolicyFactory.pidl
blobba936577ffa49cf86767257db98384706a92ae42
1 // -*- IDL -*-
3 /**
4  * @file PolicyFactory.pidl
5  *
6  * @brief Pre-compiled IDL source for the PolicyFactory
7  *
8  *  tao_idl
9  *     -o orig -Gp -Gd -GA -SS -Sci
10  *          -Wb,export_include="tao/TAO_Export.h"
11  *          -Wb,export_macro=TAO_Export
12  *          -Wb,pre_include="ace/pre.h"
13  *          -Wb,post_include="ace/post.h"
14  *          PolicyFactory.pidl
15  */
17 // File: PortableInterceptor.idl
18 #ifndef _POLICYFACTORY_PIDL_
19 #define _POLICYFACTORY_PIDL_
21 #include "tao/Policy.pidl"
23 module PortableInterceptor {
25   typeprefix PortableInterceptor "omg.org";
27   local interface PolicyFactory
28   {
29     CORBA::Policy create_policy (in CORBA::PolicyType type, in any value)
30       raises (CORBA::PolicyError);
31   };
34 #endif  /* _PORTABLE_INTERCEPTOR_IDL_ */