aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libjava/javax/sql/RowSetEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/libjava/javax/sql/RowSetEvent.h')
-rw-r--r--gcc-4.9/libjava/javax/sql/RowSetEvent.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/gcc-4.9/libjava/javax/sql/RowSetEvent.h b/gcc-4.9/libjava/javax/sql/RowSetEvent.h
new file mode 100644
index 000000000..5c5ba6e64
--- /dev/null
+++ b/gcc-4.9/libjava/javax/sql/RowSetEvent.h
@@ -0,0 +1,30 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __javax_sql_RowSetEvent__
+#define __javax_sql_RowSetEvent__
+
+#pragma interface
+
+#include <java/util/EventObject.h>
+extern "Java"
+{
+ namespace javax
+ {
+ namespace sql
+ {
+ class RowSet;
+ class RowSetEvent;
+ }
+ }
+}
+
+class javax::sql::RowSetEvent : public ::java::util::EventObject
+{
+
+public:
+ RowSetEvent(::javax::sql::RowSet *);
+ static ::java::lang::Class class$;
+};
+
+#endif // __javax_sql_RowSetEvent__