diff options
author | Andrew Haley <aph@redhat.com> | 2016-09-30 16:24:48 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2016-09-30 16:24:48 +0000 |
commit | 07b78716af6a9d7c9fd1e94d9baf94a52c873947 (patch) | |
tree | 3f22b3241c513ad168c8353805614ae1249410f4 /libjava/javax/sql/XAConnection.h | |
parent | eae993948bae8b788c53772bcb9217c063716f93 (diff) | |
download | gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.zip gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.gz gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.bz2 |
Makefile.def: Remove libjava.
2016-09-30 Andrew Haley <aph@redhat.com>
* Makefile.def: Remove libjava.
* Makefile.tpl: Likewise.
* Makefile.in: Regenerate.
* configure.ac: Likewise.
* configure: Likewise.
* gcc/java: Remove.
* libjava: Likewise.
From-SVN: r240662
Diffstat (limited to 'libjava/javax/sql/XAConnection.h')
-rw-r--r-- | libjava/javax/sql/XAConnection.h | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/libjava/javax/sql/XAConnection.h b/libjava/javax/sql/XAConnection.h deleted file mode 100644 index ece83a7..0000000 --- a/libjava/javax/sql/XAConnection.h +++ /dev/null @@ -1,48 +0,0 @@ - -// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- - -#ifndef __javax_sql_XAConnection__ -#define __javax_sql_XAConnection__ - -#pragma interface - -#include <java/lang/Object.h> -extern "Java" -{ - namespace java - { - namespace sql - { - class Connection; - } - } - namespace javax - { - namespace sql - { - class ConnectionEventListener; - class XAConnection; - } - namespace transaction - { - namespace xa - { - class XAResource; - } - } - } -} - -class javax::sql::XAConnection : public ::java::lang::Object -{ - -public: - virtual ::javax::transaction::xa::XAResource * getXAResource() = 0; - virtual ::java::sql::Connection * getConnection() = 0; - virtual void close() = 0; - virtual void addConnectionEventListener(::javax::sql::ConnectionEventListener *) = 0; - virtual void removeConnectionEventListener(::javax::sql::ConnectionEventListener *) = 0; - static ::java::lang::Class class$; -} __attribute__ ((java_interface)); - -#endif // __javax_sql_XAConnection__ |