summaryrefslogtreecommitdiff
path: root/libjava/gnu/javax/print/CupsPrintService.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/javax/print/CupsPrintService.h')
-rw-r--r--libjava/gnu/javax/print/CupsPrintService.h59
1 files changed, 59 insertions, 0 deletions
diff --git a/libjava/gnu/javax/print/CupsPrintService.h b/libjava/gnu/javax/print/CupsPrintService.h
new file mode 100644
index 000000000..68bf4b79f
--- /dev/null
+++ b/libjava/gnu/javax/print/CupsPrintService.h
@@ -0,0 +1,59 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __gnu_javax_print_CupsPrintService__
+#define __gnu_javax_print_CupsPrintService__
+
+#pragma interface
+
+#include <gnu/javax/print/ipp/IppMultiDocPrintService.h>
+extern "Java"
+{
+ namespace gnu
+ {
+ namespace javax
+ {
+ namespace print
+ {
+ class CupsPrintService;
+ namespace ipp
+ {
+ class IppResponse;
+ }
+ }
+ }
+ }
+ namespace java
+ {
+ namespace net
+ {
+ class URI;
+ }
+ }
+ namespace javax
+ {
+ namespace print
+ {
+ class DocFlavor;
+ namespace attribute
+ {
+ class AttributeSet;
+ }
+ }
+ }
+}
+
+class gnu::javax::print::CupsPrintService : public ::gnu::javax::print::ipp::IppMultiDocPrintService
+{
+
+public:
+ CupsPrintService(::java::net::URI *, ::java::lang::String *, ::java::lang::String *);
+public: // actually protected
+ ::java::lang::Object * handleSupportedAttributeValuesResponse(::gnu::javax::print::ipp::IppResponse *, ::java::lang::Class *);
+public:
+ ::java::lang::Object * getDefaultAttributeValue(::java::lang::Class *);
+ ::javax::print::attribute::AttributeSet * getUnsupportedAttributes(::javax::print::DocFlavor *, ::javax::print::attribute::AttributeSet *);
+ static ::java::lang::Class class$;
+};
+
+#endif // __gnu_javax_print_CupsPrintService__