2010-09-09 Tobias Burnus <burnus@net-b.de>
[official-gcc.git] / libjava / sun / misc / Service.h
blobe698fed4bc42dd3c9b2928a7c7d1e9c52868c45c
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __sun_misc_Service__
5 #define __sun_misc_Service__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace sun
14 namespace misc
16 class Service;
21 class sun::misc::Service : public ::java::lang::Object
24 public:
25 Service();
26 static ::java::util::Iterator * providers(::java::lang::Class *, ::java::lang::ClassLoader *);
27 static ::java::lang::Class class$;
30 #endif // __sun_misc_Service__