summaryrefslogtreecommitdiff
path: root/TAO/tao/CONV_FRAME.pidl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/CONV_FRAME.pidl')
-rw-r--r--TAO/tao/CONV_FRAME.pidl24
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/tao/CONV_FRAME.pidl b/TAO/tao/CONV_FRAME.pidl
deleted file mode 100644
index 64ef31c26b4..00000000000
--- a/TAO/tao/CONV_FRAME.pidl
+++ /dev/null
@@ -1,24 +0,0 @@
-// $Id$
-
-#pragma prefix "omg.org"
-
-module CONV_FRAME {
- typedef unsigned long CodeSetId;
-
- struct CodeSetComponent {
- CodeSetId native_code_set;
- sequence<CodeSetId> conversion_code_sets;
- };
-
- struct CodeSetComponentInfo {
- CodeSetComponent ForCharData;
- CodeSetComponent ForWcharData;
- };
-
- struct CodeSetContext {
- CodeSetId char_data;
- CodeSetId wchar_data;
- };
-};
-
-#pragma prefix ""