[Patch obvious testsuite] Remove duplicate body from pr70903.c
[official-gcc.git] / libjava / gnu / javax / management / Server$ServerInputStream.h
blob1b2bc0e76f34819749bfa5b4d5dc8dfbf2d9ec6a
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_javax_management_Server$ServerInputStream__
5 #define __gnu_javax_management_Server$ServerInputStream__
7 #pragma interface
9 #include <java/io/ObjectInputStream.h>
10 extern "Java"
12 namespace gnu
14 namespace javax
16 namespace management
18 class Server;
19 class Server$ServerInputStream;
25 class gnu::javax::management::Server$ServerInputStream : public ::java::io::ObjectInputStream
28 public:
29 Server$ServerInputStream(::gnu::javax::management::Server *, ::java::io::InputStream *, ::java::lang::ClassLoader *);
30 public: // actually protected
31 virtual ::java::lang::Class * resolveClass(::java::io::ObjectStreamClass *);
32 private:
33 ::java::lang::ClassLoader * __attribute__((aligned(__alignof__( ::java::io::ObjectInputStream)))) cl;
34 public: // actually package-private
35 ::gnu::javax::management::Server * this$0;
36 public:
37 static ::java::lang::Class class$;
40 #endif // __gnu_javax_management_Server$ServerInputStream__