4 * @file CONV_FRAME.pidl
6 * This file is used to generate CONV_FRAMEC.*
9 #ifndef TAO_CORBA_CONV_FRAME_PIDL
10 #define TAO_CORBA_CONV_FRAME_PIDL
12 #pragma prefix "omg.org"
15 typedef unsigned long CodeSetId;
16 typedef sequence<CodeSetId> CodeSetIdSeq;
18 struct CodeSetComponent {
19 CodeSetId native_code_set;
20 CodeSetIdSeq conversion_code_sets;
23 struct CodeSetComponentInfo {
24 CodeSetComponent ForCharData;
25 CodeSetComponent ForWcharData;
29 #endif /* TAO_CORBA_CONV_FRAME_PIDL */