DOMImplementationRegistry$2.h 758 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __org_w3c_dom_bootstrap_DOMImplementationRegistry$2__
  3. #define __org_w3c_dom_bootstrap_DOMImplementationRegistry$2__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace org
  9. {
  10. namespace w3c
  11. {
  12. namespace dom
  13. {
  14. namespace bootstrap
  15. {
  16. class DOMImplementationRegistry$2;
  17. }
  18. }
  19. }
  20. }
  21. }
  22. class org::w3c::dom::bootstrap::DOMImplementationRegistry$2 : public ::java::lang::Object
  23. {
  24. public: // actually package-private
  25. DOMImplementationRegistry$2();
  26. public:
  27. virtual ::java::lang::Object * run();
  28. static ::java::lang::Class class$;
  29. };
  30. #endif // __org_w3c_dom_bootstrap_DOMImplementationRegistry$2__