Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
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