4 * @file PolicyFactory.pidl
6 * @brief Pre-compiled IDL source for the PolicyFactory
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"
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
29 CORBA::Policy create_policy (in CORBA::PolicyType type, in any value)
30 raises (CORBA::PolicyError);
34 #endif /* _PORTABLE_INTERCEPTOR_IDL_ */