Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / CONV_FRAME.pidl
blobeb68af076bd751c99364c3288888acc270c3194e
1 // -*- IDL -*-
3 /**
4  * @file CONV_FRAME.pidl
5  *
6  * This file is used to generate CONV_FRAMEC.*
7  */
9 #ifndef TAO_CORBA_CONV_FRAME_PIDL
10 #define TAO_CORBA_CONV_FRAME_PIDL
12 #pragma prefix "omg.org"
14 module CONV_FRAME {
15   typedef unsigned long CodeSetId;
16   typedef sequence<CodeSetId> CodeSetIdSeq;
18   struct CodeSetComponent {
19      CodeSetId native_code_set;
20      CodeSetIdSeq conversion_code_sets;
21   };
23   struct CodeSetComponentInfo {
24      CodeSetComponent ForCharData;
25      CodeSetComponent ForWcharData;
26   };
29 #endif /* TAO_CORBA_CONV_FRAME_PIDL */