001    package org.omg.CONV_FRAME;
002    
003    /**
004     * Generated from IDL struct "CodeSetContext".
005     *
006     * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007     * @version generated at Sep 22, 2012 10:57:58 AM
008     */
009    
010    public final class CodeSetContext
011            implements org.omg.CORBA.portable.IDLEntity
012    {
013            public CodeSetContext(){}
014            public int char_data;
015            public int wchar_data;
016            public CodeSetContext(int char_data, int wchar_data)
017            {
018                    this.char_data = char_data;
019                    this.wchar_data = wchar_data;
020            }
021    }