Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef TAO_CORBA_CODESETCONTEXT_PIDL
00012 #define TAO_CORBA_CODESETCONTEXT_PIDL
00013
00014 #include "tao/CONV_FRAME.pidl"
00015
00016 #pragma prefix "omg.org"
00017
00018 module CONV_FRAME {
00019 struct CodeSetContext {
00020 CodeSetId char_data;
00021 CodeSetId wchar_data;
00022 };
00023 };
00024
00025 #endif