40 lines
873 B
C
40 lines
873 B
C
![]() |
|
||
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||
|
|
||
|
#ifndef __org_omg_CORBA_TRANSACTION_MODE__
|
||
|
#define __org_omg_CORBA_TRANSACTION_MODE__
|
||
|
|
||
|
#pragma interface
|
||
|
|
||
|
#include <org/omg/CORBA/SystemException.h>
|
||
|
extern "Java"
|
||
|
{
|
||
|
namespace org
|
||
|
{
|
||
|
namespace omg
|
||
|
{
|
||
|
namespace CORBA
|
||
|
{
|
||
|
class CompletionStatus;
|
||
|
class TRANSACTION_MODE;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
class org::omg::CORBA::TRANSACTION_MODE : public ::org::omg::CORBA::SystemException
|
||
|
{
|
||
|
|
||
|
public:
|
||
|
TRANSACTION_MODE(::java::lang::String *);
|
||
|
TRANSACTION_MODE();
|
||
|
TRANSACTION_MODE(jint, ::org::omg::CORBA::CompletionStatus *);
|
||
|
TRANSACTION_MODE(::java::lang::String *, jint, ::org::omg::CORBA::CompletionStatus *);
|
||
|
private:
|
||
|
static const jlong serialVersionUID = 681236728492128745LL;
|
||
|
public:
|
||
|
static ::java::lang::Class class$;
|
||
|
};
|
||
|
|
||
|
#endif // __org_omg_CORBA_TRANSACTION_MODE__
|