summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/CONV_FRAME.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tao/CONV_FRAME.pidl')
-rw-r--r--ACE/TAO/tao/CONV_FRAME.pidl31
1 files changed, 31 insertions, 0 deletions
diff --git a/ACE/TAO/tao/CONV_FRAME.pidl b/ACE/TAO/tao/CONV_FRAME.pidl
new file mode 100644
index 00000000000..185d4221192
--- /dev/null
+++ b/ACE/TAO/tao/CONV_FRAME.pidl
@@ -0,0 +1,31 @@
+// -*- IDL -*-
+
+/**
+ * @file CONV_FRAME.pidl
+ *
+ * $Id$
+ *
+ * This file is used to generate CONV_FRAMEC.*
+ */
+
+#ifndef TAO_CORBA_CONV_FRAME_PIDL
+#define TAO_CORBA_CONV_FRAME_PIDL
+
+#pragma prefix "omg.org"
+
+module CONV_FRAME {
+ typedef unsigned long CodeSetId;
+ typedef sequence<CodeSetId> CodeSetIdSeq;
+
+ struct CodeSetComponent {
+ CodeSetId native_code_set;
+ CodeSetIdSeq conversion_code_sets;
+ };
+
+ struct CodeSetComponentInfo {
+ CodeSetComponent ForCharData;
+ CodeSetComponent ForWcharData;
+ };
+};
+
+#endif /* TAO_CORBA_CONV_FRAME_PIDL */