OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [print/] [CupsPrintService.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_javax_print_CupsPrintService__
5
#define __gnu_javax_print_CupsPrintService__
6
 
7
#pragma interface
8
 
9
#include <gnu/javax/print/ipp/IppMultiDocPrintService.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace javax
15
    {
16
      namespace print
17
      {
18
          class CupsPrintService;
19
        namespace ipp
20
        {
21
            class IppResponse;
22
        }
23
      }
24
    }
25
  }
26
  namespace java
27
  {
28
    namespace net
29
    {
30
        class URI;
31
    }
32
  }
33
  namespace javax
34
  {
35
    namespace print
36
    {
37
        class DocFlavor;
38
      namespace attribute
39
      {
40
          class AttributeSet;
41
      }
42
    }
43
  }
44
}
45
 
46
class gnu::javax::print::CupsPrintService : public ::gnu::javax::print::ipp::IppMultiDocPrintService
47
{
48
 
49
public:
50
  CupsPrintService(::java::net::URI *, ::java::lang::String *, ::java::lang::String *);
51
public: // actually protected
52
  ::java::lang::Object * handleSupportedAttributeValuesResponse(::gnu::javax::print::ipp::IppResponse *, ::java::lang::Class *);
53
public:
54
  ::java::lang::Object * getDefaultAttributeValue(::java::lang::Class *);
55
  ::javax::print::attribute::AttributeSet * getUnsupportedAttributes(::javax::print::DocFlavor *, ::javax::print::attribute::AttributeSet *);
56
  static ::java::lang::Class class$;
57
};
58
 
59
#endif // __gnu_javax_print_CupsPrintService__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.