e1ab4b422f
2010-03-13 Matthias Klose <doko@ubuntu.com> PR libgcj/42676 * Regenerate .h files for anonymous inner classes. From-SVN: r157422
42 lines
936 B
C++
42 lines
936 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_imageio_spi_ServiceRegistry$1__
|
|
#define __javax_imageio_spi_ServiceRegistry$1__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace imageio
|
|
{
|
|
namespace spi
|
|
{
|
|
class ServiceRegistry;
|
|
class ServiceRegistry$1;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::imageio::spi::ServiceRegistry$1 : public ::java::lang::Object
|
|
{
|
|
|
|
public: // actually package-private
|
|
ServiceRegistry$1(::javax::imageio::spi::ServiceRegistry *);
|
|
public:
|
|
virtual jboolean hasNext();
|
|
virtual ::java::lang::Object * next();
|
|
virtual void remove();
|
|
public: // actually package-private
|
|
jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) index;
|
|
::javax::imageio::spi::ServiceRegistry * this$0;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_imageio_spi_ServiceRegistry$1__
|