| |
| // 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__ |