mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-02 18:53:22 +00:00
44 lines
968 B
C++
44 lines
968 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_javax_print_ipp_attribute_printer_PrinterStateMessage__
|
|
#define __gnu_javax_print_ipp_attribute_printer_PrinterStateMessage__
|
|
|
|
#pragma interface
|
|
|
|
#include <javax/print/attribute/TextSyntax.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace javax
|
|
{
|
|
namespace print
|
|
{
|
|
namespace ipp
|
|
{
|
|
namespace attribute
|
|
{
|
|
namespace printer
|
|
{
|
|
class PrinterStateMessage;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::javax::print::ipp::attribute::printer::PrinterStateMessage : public ::javax::print::attribute::TextSyntax
|
|
{
|
|
|
|
public:
|
|
PrinterStateMessage(::java::lang::String *, ::java::util::Locale *);
|
|
::java::lang::Class * getCategory();
|
|
::java::lang::String * getName();
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __gnu_javax_print_ipp_attribute_printer_PrinterStateMessage__
|