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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [print/] [ipp/] [IppResponse$ResponseReader.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_ipp_IppResponse$ResponseReader__
5
#define __gnu_javax_print_ipp_IppResponse$ResponseReader__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace gnu
15
  {
16
    namespace javax
17
    {
18
      namespace print
19
      {
20
        namespace ipp
21
        {
22
            class IppResponse;
23
            class IppResponse$ResponseReader;
24
        }
25
      }
26
    }
27
  }
28
  namespace javax
29
  {
30
    namespace print
31
    {
32
      namespace attribute
33
      {
34
          class Attribute;
35
        namespace standard
36
        {
37
            class JobStateReasons;
38
            class PrinterStateReasons;
39
        }
40
      }
41
    }
42
  }
43
}
44
 
45
class gnu::javax::print::ipp::IppResponse$ResponseReader : public ::java::lang::Object
46
{
47
 
48
public: // actually package-private
49
  IppResponse$ResponseReader(::gnu::javax::print::ipp::IppResponse *);
50
public:
51
  virtual void parseResponse(::java::io::InputStream *);
52
private:
53
  jbyte parseAttributes(::java::util::Map *, ::java::io::DataInputStream *);
54
  void addAttribute(::java::util::Map *, ::javax::print::attribute::Attribute *);
55
  ::javax::print::attribute::standard::PrinterStateReasons * parsePrinterStateReasons(JArray< jbyte > *, ::javax::print::attribute::Attribute *);
56
  ::javax::print::attribute::standard::JobStateReasons * parseJobStateReasons(JArray< jbyte > *, ::javax::print::attribute::Attribute *);
57
  ::java::util::Date * parseDate(JArray< jbyte > *);
58
  static const jshort VERSION = 257;
59
public: // actually package-private
60
  ::gnu::javax::print::ipp::IppResponse * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$0;
61
public:
62
  static ::java::lang::Class class$;
63
};
64
 
65
#endif // __gnu_javax_print_ipp_IppResponse$ResponseReader__

powered by: WebSVN 2.1.0

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