06a4a50762
* Regenerated headers with new gjavah. libjava/classpath * tools/gnu/classpath/tools/javah/MethodHelper.java (print): Changed arguments. Directly print method name. * tools/gnu/classpath/tools/javah/ClassWrapper.java (methodNameMap): New field. (makeVtable): Initialize it. (printMethods): Compute name for bridge targets. From-SVN: r123965
49 lines
1.3 KiB
C++
49 lines
1.3 KiB
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __javax_print_attribute_standard_PrinterStateReasons__
|
|
#define __javax_print_attribute_standard_PrinterStateReasons__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/util/HashMap.h>
|
|
extern "Java"
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace print
|
|
{
|
|
namespace attribute
|
|
{
|
|
namespace standard
|
|
{
|
|
class PrinterStateReason;
|
|
class PrinterStateReasons;
|
|
class Severity;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class javax::print::attribute::standard::PrinterStateReasons : public ::java::util::HashMap
|
|
{
|
|
|
|
public:
|
|
PrinterStateReasons();
|
|
PrinterStateReasons(jint, jfloat);
|
|
PrinterStateReasons(jint);
|
|
PrinterStateReasons(::java::util::Map *);
|
|
::java::util::Set * printerStateReasonSet(::javax::print::attribute::standard::Severity *);
|
|
::javax::print::attribute::standard::Severity * PrinterStateReasons$put(::javax::print::attribute::standard::PrinterStateReason *, ::javax::print::attribute::standard::Severity *);
|
|
::java::lang::Class * getCategory();
|
|
::java::lang::String * getName();
|
|
::java::lang::Object * put(::java::lang::Object *, ::java::lang::Object *);
|
|
private:
|
|
static const jlong serialVersionUID = -3731791085163619457LL;
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __javax_print_attribute_standard_PrinterStateReasons__
|