blob: ccf7cd134d271b382145b83ef93627166fee43f6 [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __org_omg_CORBA_TRANSACTION_REQUIRED__
#define __org_omg_CORBA_TRANSACTION_REQUIRED__
#pragma interface
#include <org/omg/CORBA/SystemException.h>
extern "Java"
{
namespace org
{
namespace omg
{
namespace CORBA
{
class CompletionStatus;
class TRANSACTION_REQUIRED;
}
}
}
}
class org::omg::CORBA::TRANSACTION_REQUIRED : public ::org::omg::CORBA::SystemException
{
public:
TRANSACTION_REQUIRED(::java::lang::String *);
TRANSACTION_REQUIRED();
TRANSACTION_REQUIRED(jint, ::org::omg::CORBA::CompletionStatus *);
TRANSACTION_REQUIRED(::java::lang::String *, jint, ::org::omg::CORBA::CompletionStatus *);
private:
static const jlong serialVersionUID = -1900254548742148576LL;
public:
static ::java::lang::Class class$;
};
#endif // __org_omg_CORBA_TRANSACTION_REQUIRED__