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