OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / java / beans / beancontext / BeanContextServicesSupport$ServiceRequest.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_beans_beancontext_BeanContextServicesSupport$ServiceRequest__
5 #define __java_beans_beancontext_BeanContextServicesSupport$ServiceRequest__
6
7 #pragma interface
8
9 #include <java/beans/beancontext/BeanContextServicesSupport$Request.h>
10 extern "Java"
11 {
12   namespace java
13   {
14     namespace beans
15     {
16       namespace beancontext
17       {
18           class BeanContextServiceRevokedListener;
19           class BeanContextServicesSupport$ServiceRequest;
20       }
21     }
22   }
23 }
24
25 class java::beans::beancontext::BeanContextServicesSupport$ServiceRequest : public ::java::beans::beancontext::BeanContextServicesSupport$Request
26 {
27
28 public:
29   BeanContextServicesSupport$ServiceRequest(::java::lang::Object *, ::java::beans::beancontext::BeanContextServiceRevokedListener *);
30   virtual jboolean equals(::java::lang::Object *);
31   virtual ::java::beans::beancontext::BeanContextServiceRevokedListener * getListener();
32 private:
33   ::java::beans::beancontext::BeanContextServiceRevokedListener * __attribute__((aligned(__alignof__( ::java::beans::beancontext::BeanContextServicesSupport$Request)))) listener;
34 public:
35   static ::java::lang::Class class$;
36 };
37
38 #endif // __java_beans_beancontext_BeanContextServicesSupport$ServiceRequest__