Service.h 518 B

12345678910111213141516171819202122232425262728293031
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __sun_misc_Service__
  3. #define __sun_misc_Service__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. extern "Java"
  7. {
  8. namespace sun
  9. {
  10. namespace misc
  11. {
  12. class Service;
  13. }
  14. }
  15. }
  16. class sun::misc::Service : public ::java::lang::Object
  17. {
  18. public:
  19. Service();
  20. static ::java::util::Iterator * providers(::java::lang::Class *, ::java::lang::ClassLoader *);
  21. static ::java::lang::Class class$;
  22. };
  23. #endif // __sun_misc_Service__