rt_gccstream/libjava/javax/imageio/spi/ServiceRegistry$2.h

41 lines
960 B
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_imageio_spi_ServiceRegistry$2__
#define __javax_imageio_spi_ServiceRegistry$2__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace javax
{
namespace imageio
{
namespace spi
{
class ServiceRegistry;
class ServiceRegistry$2;
}
}
}
}
class javax::imageio::spi::ServiceRegistry$2 : public ::java::lang::Object
{
public: // actually package-private
ServiceRegistry$2(::javax::imageio::spi::ServiceRegistry *, ::java::util::Map *);
public:
virtual jint compare(::java::lang::Object *, ::java::lang::Object *);
public: // actually package-private
::javax::imageio::spi::ServiceRegistry * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$0;
private:
::java::util::Map * val$cons;
public:
static ::java::lang::Class class$;
};
#endif // __javax_imageio_spi_ServiceRegistry$2__