Retro68/gcc/libjava/gnu/javax/print/ipp/attribute/printer/MultipleOperationTimeOut.h
Wolfgang Thaller aaf905ce07 add gcc 4.70
2012-03-28 01:13:14 +02:00

44 lines
962 B
C++

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __gnu_javax_print_ipp_attribute_printer_MultipleOperationTimeOut__
#define __gnu_javax_print_ipp_attribute_printer_MultipleOperationTimeOut__
#pragma interface
#include <javax/print/attribute/IntegerSyntax.h>
extern "Java"
{
namespace gnu
{
namespace javax
{
namespace print
{
namespace ipp
{
namespace attribute
{
namespace printer
{
class MultipleOperationTimeOut;
}
}
}
}
}
}
}
class gnu::javax::print::ipp::attribute::printer::MultipleOperationTimeOut : public ::javax::print::attribute::IntegerSyntax
{
public:
MultipleOperationTimeOut(jint);
::java::lang::Class * getCategory();
::java::lang::String * getName();
static ::java::lang::Class class$;
};
#endif // __gnu_javax_print_ipp_attribute_printer_MultipleOperationTimeOut__