00001 // -*- IDL -*- 00002 00003 /** 00004 * @file CONV_FRAME.pidl 00005 * 00006 * $Id: CONV_FRAME.pidl 79259 2007-08-08 12:29:57Z johnnyw $ 00007 * 00008 * This file is used to generate CONV_FRAMEC.* 00009 */ 00010 00011 #ifndef TAO_CORBA_CONV_FRAME_PIDL 00012 #define TAO_CORBA_CONV_FRAME_PIDL 00013 00014 #pragma prefix "omg.org" 00015 00016 module CONV_FRAME { 00017 typedef unsigned long CodeSetId; 00018 typedef sequence<CodeSetId> CodeSetIdSeq; 00019 00020 struct CodeSetComponent { 00021 CodeSetId native_code_set; 00022 CodeSetIdSeq conversion_code_sets; 00023 }; 00024 00025 struct CodeSetComponentInfo { 00026 CodeSetComponent ForCharData; 00027 CodeSetComponent ForWcharData; 00028 }; 00029 }; 00030 00031 #endif /* TAO_CORBA_CONV_FRAME_PIDL */