summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging_PolicyValue.pidl
blob: c8a9fe5d07c54ee4a6ba4f22937d89c352d1b75d (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
39
40
41
42
// -*- IDL -*-
/**
 *  @file Messaging_PolicyValue.pidl
 *
 *  $Id$
 *
 * This file was used to generate the code in Messaging_PolicyValueC.{h,cpp}
 *
 * The command used to generate code from this file is:
 *
 *   tao_idl.exe
 *        -o orig -Ge 1 -GT -GA -Sc -Sci
 *        -Wb,export_macro=TAO_Export
 *        -Wb,export_include=tao/TAO_Export.h
 *        -Wb,pre_include="ace/pre.h"
 *        -Wb,post_include="ace/post.h"
 *        Messaging_PolicyValue.pidl
 *
 */
#ifndef TAO_MESSAGING_POLICYVALUE_PIDL
#define TAO_MESSAGING_POLICYVALUE_PIDL

#include <IOP_IOR.pidl>
#include <Policy_Forward.pidl>

#pragma prefix "omg.org"

module Messaging
{
  struct PolicyValue
  {
    CORBA::PolicyType ptype;
    CORBA::OctetSeq   pvalue;
  };

  typedef sequence<PolicyValue> PolicyValueSeq;

  const IOP::ComponentId TAG_POLICIES      = 2;
  const IOP::ServiceId INVOCATION_POLICIES = 2;
};

#endif /* TAO_MESSAGING_POLICYVALUE_PIDL */