summaryrefslogtreecommitdiff
path: root/modules/CIAO/ccm/CCM_Cookie.idl
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/ccm/CCM_Cookie.idl')
-rw-r--r--modules/CIAO/ccm/CCM_Cookie.idl18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules/CIAO/ccm/CCM_Cookie.idl b/modules/CIAO/ccm/CCM_Cookie.idl
new file mode 100644
index 00000000000..3e7997b482e
--- /dev/null
+++ b/modules/CIAO/ccm/CCM_Cookie.idl
@@ -0,0 +1,18 @@
+/// $Id$
+/// Compliant with OMG 06-04-01 Section 6.5.2.4
+
+#if !defined (CCM_COOKIE_IDL)
+#define CCM_COOKIE_IDL
+
+#include "tao/OctetSeq.pidl"
+
+module Components
+{
+ typeprefix Components "omg.org";
+
+ valuetype Cookie
+ {
+ private CORBA::OctetSeq cookieValue;
+ };
+};
+#endif /* CCM_COOKIE_IDL */