summaryrefslogtreecommitdiff
path: root/libjava/gnu/CORBA/IOR$CodeSets_profile.h
blob: e38bdc4a32c7d4cd96a25eb371cc7523c213690d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_CORBA_IOR$CodeSets_profile__
#define __gnu_CORBA_IOR$CodeSets_profile__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace gnu
  {
    namespace CORBA
    {
      namespace CDR
      {
          class AbstractCdrInput;
          class AbstractCdrOutput;
      }
      namespace GIOP
      {
          class CodeSetServiceContext;
      }
        class IOR$CodeSets_profile;
        class IOR$CodeSets_profile$CodeSet_component;
    }
  }
}

class gnu::CORBA::IOR$CodeSets_profile : public ::java::lang::Object
{

public:
  IOR$CodeSets_profile();
  virtual void read(::gnu::CORBA::CDR::AbstractCdrInput *);
  virtual ::java::lang::String * toString();
  virtual void write(::gnu::CORBA::CDR::AbstractCdrOutput *);
  static const jint TAG_CODE_SETS = 1;
  ::gnu::CORBA::IOR$CodeSets_profile$CodeSet_component * __attribute__((aligned(__alignof__( ::java::lang::Object)))) narrow;
  ::gnu::CORBA::IOR$CodeSets_profile$CodeSet_component * wide;
  ::gnu::CORBA::GIOP::CodeSetServiceContext * negotiated;
  static ::java::lang::Class class$;
};

#endif // __gnu_CORBA_IOR$CodeSets_profile__