| |
| // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- |
| |
| #ifndef __gnu_classpath_jdwp_transport_TransportFactory$TransportMethod__ |
| #define __gnu_classpath_jdwp_transport_TransportFactory$TransportMethod__ |
| |
| #pragma interface |
| |
| #include <java/lang/Object.h> |
| extern "Java" |
| { |
| namespace gnu |
| { |
| namespace classpath |
| { |
| namespace jdwp |
| { |
| namespace transport |
| { |
| class TransportFactory$TransportMethod; |
| } |
| } |
| } |
| } |
| } |
| |
| class gnu::classpath::jdwp::transport::TransportFactory$TransportMethod : public ::java::lang::Object |
| { |
| |
| public: |
| TransportFactory$TransportMethod(::java::lang::String *, ::java::lang::Class *); |
| public: // actually package-private |
| ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) name; |
| ::java::lang::Class * clazz; |
| public: |
| static ::java::lang::Class class$; |
| }; |
| |
| #endif // __gnu_classpath_jdwp_transport_TransportFactory$TransportMethod__ |