summaryrefslogtreecommitdiff
path: root/trunk/TAO/tao/PI/PolicyFactory.pidl
blob: 97df0401db258e12c177f74d4b86d02dcc25e8b4 (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 -GA -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 "tao/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_ */