Daily bump.
[official-gcc.git] / libjava / org / omg / IOP / ServiceContext.h
blob37773162a34cdb7610e7de8271871585358382d5
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_IOP_ServiceContext__
5 #define __org_omg_IOP_ServiceContext__
7 #pragma interface
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
12 extern "Java"
14 namespace org
16 namespace omg
18 namespace IOP
20 class ServiceContext;
26 class org::omg::IOP::ServiceContext : public ::java::lang::Object
29 public:
30 ServiceContext();
31 ServiceContext(jint, JArray< jbyte > *);
32 private:
33 static const jlong serialVersionUID = -2232391417465261379LL;
34 public:
35 jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) context_id;
36 JArray< jbyte > * context_data;
37 static ::java::lang::Class class$;
40 #endif // __org_omg_IOP_ServiceContext__