summaryrefslogtreecommitdiff
path: root/libjava/gnu/CORBA/Minor.h
blob: e37bd4cdf7dce506fc89df18048e2a3b99dca531 (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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_CORBA_Minor__
#define __gnu_CORBA_Minor__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace gnu
  {
    namespace CORBA
    {
        class Minor;
    }
  }
}

class gnu::CORBA::Minor : public ::java::lang::Object
{

public:
  static const jint vendor = 1195573248;
  static const jint Giop = 1195573249;
  static const jint Header = 1195573250;
  static const jint EOF = 1195573251;
  static const jint CDR = 1195573253;
  static const jint Value = 1195573254;
  static const jint Forwarding = 1195573255;
  static const jint Encapsulation = 1195573256;
  static const jint Any = 1195573257;
  static const jint UserException = 1195573258;
  static const jint Inappropriate = 1195573259;
  static const jint Negative = 1195573260;
  static const jint Graph = 1195573262;
  static const jint Boxed = 1195573263;
  static const jint Instantiation = 1195573264;
  static const jint ValueHeaderTag = 1195573265;
  static const jint ValueHeaderFlags = 1195573266;
  static const jint ClassCast = 1195573267;
  static const jint Offset = 1195573268;
  static const jint Chunks = 1195573269;
  static const jint UnsupportedValue = 1195573270;
  static const jint Factory = 1195573271;
  static const jint UnsupportedAddressing = 1195573272;
  static const jint IOR = 1195573273;
  static const jint TargetConversion = 1195573274;
  static const jint ValueFields = 1195573275;
  static const jint NonSerializable = 1195573276;
  static const jint Method = 1195573248;
  static const jint Activation = 1195573258;
  static const jint Policy = 1195573259;
  static const jint Socket = 1195573260;
  static const jint Enumeration = 1195573262;
  static const jint PolicyType = 1195573263;
  static const jint Ports = 1195573268;
  static const jint Threads = 1195573269;
  static const jint Missing_IOR = 1195573270;
  static ::java::lang::Class class$;
} __attribute__ ((java_interface));

#endif // __gnu_CORBA_Minor__