mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
36 lines
699 B
C++
36 lines
699 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_classpath_jdwp_exception_VmDeadException__
|
|
#define __gnu_classpath_jdwp_exception_VmDeadException__
|
|
|
|
#pragma interface
|
|
|
|
#include <gnu/classpath/jdwp/exception/JdwpException.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace classpath
|
|
{
|
|
namespace jdwp
|
|
{
|
|
namespace exception
|
|
{
|
|
class VmDeadException;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::classpath::jdwp::exception::VmDeadException : public ::gnu::classpath::jdwp::exception::JdwpException
|
|
{
|
|
|
|
public:
|
|
VmDeadException();
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_classpath_jdwp_exception_VmDeadException__
|