summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/PolicyFactory.pidl
blob: 57a5366b2793d1860d7f37f8c31daec7d6f7b2be (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
// -*- IDL -*-

/**
 * @file PolicyFactory.pidl
 *
 * $Id$
 *
 * @brief Pre-compiled IDL source for the PolicyFactory
 *
 *  tao_idl
 *     -o orig -Gp -Gd -Ge 1 -GA -Sc -SS -Sci
 *          -Wb,export_include="tao/TAO_Export.h"
 *          -Wb,export_macro=TAO_Export
 *          -Wb,pre_include="ace/pre.h"
 *          -Wb,post_include="ace/post.h"
 *          PolicyFactory.pidl
 */

// File: PortableInterceptor.idl
#ifndef _POLICYFACTORY_PIDL_
#define _POLICYFACTORY_PIDL_

#include <Policy.pidl>

module PortableInterceptor {

  typeprefix PortableInterceptor "omg.org";

  local interface PolicyFactory
  {
    CORBA::Policy create_policy (in CORBA::PolicyType type, in any value)
      raises (CORBA::PolicyError);
  };
};

#endif  /* _PORTABLE_INTERCEPTOR_IDL_ */