gcc/libjava/javax/print/attribute/SetOfIntegerSyntax$1.h
Matthias Klose e1ab4b422f re PR libgcj/42676 (javah doesn't generate the header files as checked in in the archive)
2010-03-13  Matthias Klose  <doko@ubuntu.com>

        PR libgcj/42676
        * Regenerate .h files for anonymous inner classes.

From-SVN: r157422
2010-03-13 14:27:27 +00:00

35 lines
707 B
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __javax_print_attribute_SetOfIntegerSyntax$1__
#define __javax_print_attribute_SetOfIntegerSyntax$1__
#pragma interface
#include <java/lang/Object.h>
extern "Java"
{
namespace javax
{
namespace print
{
namespace attribute
{
class SetOfIntegerSyntax$1;
}
}
}
}
class javax::print::attribute::SetOfIntegerSyntax$1 : public ::java::lang::Object
{
public: // actually package-private
SetOfIntegerSyntax$1();
public:
virtual jint compare(::java::lang::Object *, ::java::lang::Object *);
static ::java::lang::Class class$;
};
#endif // __javax_print_attribute_SetOfIntegerSyntax$1__