rt_gccstream/libjava/org/omg/CORBA/OBJECT_NOT_EXIST.h

40 lines
874 B
C++

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