Make-lang.in: Update dependencies.
[official-gcc.git] / libjava / javax / sql / ConnectionEvent.h
blob19f1de27b66fd6aad51a4a6c7f533fd36f158672
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_sql_ConnectionEvent__
5 #define __javax_sql_ConnectionEvent__
7 #pragma interface
9 #include <java/util/EventObject.h>
10 extern "Java"
12 namespace java
14 namespace sql
16 class SQLException;
19 namespace javax
21 namespace sql
23 class ConnectionEvent;
24 class PooledConnection;
29 class javax::sql::ConnectionEvent : public ::java::util::EventObject
32 public:
33 ConnectionEvent(::javax::sql::PooledConnection *);
34 ConnectionEvent(::javax::sql::PooledConnection *, ::java::sql::SQLException *);
35 virtual ::java::sql::SQLException * getSQLException();
36 private:
37 static const jlong serialVersionUID = -4843217645290030002LL;
38 ::java::sql::SQLException * __attribute__((aligned(__alignof__( ::java::util::EventObject)))) ex;
39 public:
40 static ::java::lang::Class class$;
43 #endif // __javax_sql_ConnectionEvent__