mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-03 07:07:20 +00:00
34 lines
587 B
C++
34 lines
587 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_gcj_xlib_XConnectException__
|
|
#define __gnu_gcj_xlib_XConnectException__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/io/IOException.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace gcj
|
|
{
|
|
namespace xlib
|
|
{
|
|
class XConnectException;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::gcj::xlib::XConnectException : public ::java::io::IOException
|
|
{
|
|
|
|
public:
|
|
XConnectException();
|
|
XConnectException(::java::lang::String *);
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_gcj_xlib_XConnectException__
|