2008-04-25 Kai Tietz <kai.tietz@onevision.com>
[official-gcc.git] / libjava / org / omg / CORBA / WrongTransactionHolder.h
blobb9455e81c192ac0c940370c546c62afb2002fe36
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_CORBA_WrongTransactionHolder__
5 #define __org_omg_CORBA_WrongTransactionHolder__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace org
14 namespace omg
16 namespace CORBA
18 class TypeCode;
19 class WrongTransaction;
20 class WrongTransactionHolder;
21 namespace portable
23 class InputStream;
24 class OutputStream;
31 class org::omg::CORBA::WrongTransactionHolder : public ::java::lang::Object
34 public:
35 WrongTransactionHolder();
36 WrongTransactionHolder(::org::omg::CORBA::WrongTransaction *);
37 void _read(::org::omg::CORBA::portable::InputStream *);
38 void _write(::org::omg::CORBA::portable::OutputStream *);
39 ::org::omg::CORBA::TypeCode * _type();
40 ::org::omg::CORBA::WrongTransaction * __attribute__((aligned(__alignof__( ::java::lang::Object)))) value;
41 static ::java::lang::Class class$;
44 #endif // __org_omg_CORBA_WrongTransactionHolder__