Daily bump.
[official-gcc.git] / libjava / gnu / CORBA / IOR$CodeSets_profile.h
blobe38bdc4a32c7d4cd96a25eb371cc7523c213690d
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_CORBA_IOR$CodeSets_profile__
5 #define __gnu_CORBA_IOR$CodeSets_profile__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace gnu
14 namespace CORBA
16 namespace CDR
18 class AbstractCdrInput;
19 class AbstractCdrOutput;
21 namespace GIOP
23 class CodeSetServiceContext;
25 class IOR$CodeSets_profile;
26 class IOR$CodeSets_profile$CodeSet_component;
31 class gnu::CORBA::IOR$CodeSets_profile : public ::java::lang::Object
34 public:
35 IOR$CodeSets_profile();
36 virtual void read(::gnu::CORBA::CDR::AbstractCdrInput *);
37 virtual ::java::lang::String * toString();
38 virtual void write(::gnu::CORBA::CDR::AbstractCdrOutput *);
39 static const jint TAG_CODE_SETS = 1;
40 ::gnu::CORBA::IOR$CodeSets_profile$CodeSet_component * __attribute__((aligned(__alignof__( ::java::lang::Object)))) narrow;
41 ::gnu::CORBA::IOR$CodeSets_profile$CodeSet_component * wide;
42 ::gnu::CORBA::GIOP::CodeSetServiceContext * negotiated;
43 static ::java::lang::Class class$;
46 #endif // __gnu_CORBA_IOR$CodeSets_profile__