summaryrefslogtreecommitdiff
path: root/libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry$3.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry$3.h')
-rw-r--r--libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry$3.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry$3.h b/libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry$3.h
new file mode 100644
index 000000000..76a759fe4
--- /dev/null
+++ b/libjava/org/w3c/dom/bootstrap/DOMImplementationRegistry$3.h
@@ -0,0 +1,40 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __org_w3c_dom_bootstrap_DOMImplementationRegistry$3__
+#define __org_w3c_dom_bootstrap_DOMImplementationRegistry$3__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace org
+ {
+ namespace w3c
+ {
+ namespace dom
+ {
+ namespace bootstrap
+ {
+ class DOMImplementationRegistry$3;
+ }
+ }
+ }
+ }
+}
+
+class org::w3c::dom::bootstrap::DOMImplementationRegistry$3 : public ::java::lang::Object
+{
+
+public: // actually package-private
+ DOMImplementationRegistry$3(::java::lang::String *);
+public:
+ virtual ::java::lang::Object * run();
+private:
+ ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) val$name;
+public:
+ static ::java::lang::Class class$;
+};
+
+#endif // __org_w3c_dom_bootstrap_DOMImplementationRegistry$3__