blob: 68bf4b79f2cee43e3d2d514a50da6ba526d03389 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
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__
|