4 * @file Policy_Forward.pidl
6 * @brief Pre-compiled IDL source to forward declare some critical
7 * Policy-related types.
10 #ifndef TAO_CORBA_POLICY_FORWARD_PIDL
11 #define TAO_CORBA_POLICY_FORWARD_PIDL
13 #pragma prefix "omg.org"
17 typedef unsigned long PolicyType;
21 typedef sequence<Policy> PolicyList;
23 typedef sequence<PolicyType> PolicyTypeSeq;
25 local interface PolicyCurrent;
34 #endif /* TAO_CORBA_POLICY_FORWARD_PIDL */