summaryrefslogtreecommitdiff
path: root/trunk/TAO/tao/Messaging_PolicyValue.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tao/Messaging_PolicyValue.pidl')
-rw-r--r--trunk/TAO/tao/Messaging_PolicyValue.pidl45
1 files changed, 45 insertions, 0 deletions
diff --git a/trunk/TAO/tao/Messaging_PolicyValue.pidl b/trunk/TAO/tao/Messaging_PolicyValue.pidl
new file mode 100644
index 00000000000..17c568c8c04
--- /dev/null
+++ b/trunk/TAO/tao/Messaging_PolicyValue.pidl
@@ -0,0 +1,45 @@
+// -*- 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
+ * -oA AnyTypeCode
+ * -GA -SS -Sci
+ * -Wb,pre_include=ace/pre.h
+ * -Wb,post_include=ace/post.h
+ * -Wb,export_macro=TAO_Export
+ * -Wb,export_include=tao/TAO_Export.h
+ * -Wb,anyop_export_macro=TAO_AnyTypeCode_Export
+ * -Wb,anyop_export_include=tao/AnyTypeCode/TAO_AnyTypeCode_Export.h
+ * Messaging_PolicyValue.pidl
+ *
+ */
+#ifndef TAO_MESSAGING_POLICYVALUE_PIDL
+#define TAO_MESSAGING_POLICYVALUE_PIDL
+
+#include "tao/IOP_IOR.pidl"
+#include "tao/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 = 7;
+};
+
+#endif /* TAO_MESSAGING_POLICYVALUE_PIDL */