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
00021
00022
00023
00024
00025
00026
00027 #ifndef TAO_CORBA_POLICY_FORWARD_PIDL
00028 #define TAO_CORBA_POLICY_FORWARD_PIDL
00029
00030 #pragma prefix "omg.org"
00031
00032 module CORBA
00033 {
00034 typedef unsigned long PolicyType;
00035
00036 interface Policy;
00037
00038 typedef sequence<Policy> PolicyList;
00039
00040 typedef sequence<PolicyType> PolicyTypeSeq;
00041
00042 local interface PolicyCurrent;
00043
00044 enum SetOverrideType
00045 {
00046 SET_OVERRIDE,
00047 ADD_OVERRIDE
00048 };
00049 };
00050
00051 #endif