Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef TAO_MESSAGING_POLICYVALUE_PIDL
00011 #define TAO_MESSAGING_POLICYVALUE_PIDL
00012
00013 #include "tao/IOP.pidl"
00014 #include "tao/Policy_Forward.pidl"
00015
00016 #pragma prefix "omg.org"
00017
00018 module Messaging
00019 {
00020 struct PolicyValue
00021 {
00022 CORBA::PolicyType ptype;
00023 CORBA::OctetSeq pvalue;
00024 };
00025
00026 typedef sequence<PolicyValue> PolicyValueSeq;
00027
00028 const IOP::ComponentId TAG_POLICIES = 2;
00029 const IOP::ServiceId INVOCATION_POLICIES = 7;
00030 };
00031
00032 #endif