summaryrefslogtreecommitdiff
path: root/tao/Policy_Forward.pidl
blob: e73119f624a695bf0a04a3b24fef4645c3ca119d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// -*- IDL -*-

/**
 * @file Policy_Forward.pidl
 *
 * $Id$
 *
 * @brief Pre-compiled IDL source to forward declare some critical
 * Policy-related types.
 */

#ifndef TAO_CORBA_POLICY_FORWARD_PIDL
#define TAO_CORBA_POLICY_FORWARD_PIDL

#include "tao/ULongSeq.pidl"

#pragma prefix "omg.org"

module CORBA
{
  typedef unsigned long PolicyType;

  interface Policy;

  typedef sequence<Policy> PolicyList;

  typedef ULongSeq PolicyTypeSeq;

  local interface PolicyCurrent;

  enum SetOverrideType
  {
    SET_OVERRIDE,
    ADD_OVERRIDE
  };
};

#endif /* TAO_CORBA_POLICY_FORWARD_PIDL */