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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [print/] [ipp/] [IppStatusCode.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_IppStatusCode__
5
#define __gnu_javax_print_ipp_IppStatusCode__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace javax
15
    {
16
      namespace print
17
      {
18
        namespace ipp
19
        {
20
            class IppStatusCode;
21
        }
22
      }
23
    }
24
  }
25
}
26
 
27
class gnu::javax::print::ipp::IppStatusCode : public ::java::lang::Object
28
{
29
 
30
  IppStatusCode();
31
public:
32
  static const jint SUCCESSFUL_OK = 0;
33
  static const jint SUCCESSFUL_OK_IGNORED_OR_SUBSTITUED_ATTRIBUTES = 1;
34
  static const jint SUCCESSFUL_OK_CONFLICTING_ATTRIBUTES = 2;
35
  static const jint CLIENT_ERROR_BAD_REQUEST = 1024;
36
  static const jint CLIENT_ERROR_FORBIDDEN = 1025;
37
  static const jint CLIENT_ERROR_NOT_AUTHENTICATED = 1026;
38
  static const jint CLIENT_ERROR_NOT_AUTHORIZED = 1027;
39
  static const jint CLIENT_ERROR_NOT_POSSIBLE = 1028;
40
  static const jint CLIENT_ERROR_TIMEOUT = 1029;
41
  static const jint CLIENT_ERROR_NOT_FOUND = 1030;
42
  static const jint CLIENT_ERROR_GONE = 1031;
43
  static const jint CLIENT_ERROR_REQUEST_ENTITY_TOO_LONG = 1032;
44
  static const jint CLIENT_ERROR_REQUEST_VALUE_TOO_LONG = 1033;
45
  static const jint CLIENT_ERROR_DOCUMENT_FORMAT_NOT_SUPPORTED = 1034;
46
  static const jint CLIENT_ERROR_ATTRIBUTES_OR_VALUES_NOT_SUPPORTED = 1035;
47
  static const jint CLIENT_ERROR_URI_SCHEME_NOT_SUPPORTED = 1036;
48
  static const jint CLIENT_ERROR_CHARSET_NOT_SUPPORTED = 1037;
49
  static const jint CLIENT_ERROR_CONFLICTING_ATTRIBUTES = 1038;
50
  static const jint CLIENT_ERROR_COMPRESSION_NOT_SUPPORTED = 1039;
51
  static const jint CLIENT_ERROR_COMPRESSION_ERROR = 1040;
52
  static const jint CLIENT_ERROR_DOCUMENT_FORMAT_ERROR = 1041;
53
  static const jint CLIENT_ERROR_DOCUMENT_ACCESS_ERROR = 1042;
54
  static const jint SERVER_ERROR_INTERNAL_ERROR = 1280;
55
  static const jint SERVER_ERROR_OPERATION_NOT_SUPPORTED = 1281;
56
  static const jint SERVER_ERROR_SERVICE_UNAVAILABLE = 1282;
57
  static const jint SERVER_ERROR_VERSION_NOT_SUPPORTED = 1283;
58
  static const jint SERVER_ERROR_DEVICE_ERROR = 1284;
59
  static const jint SERVER_ERROR_TEMPORARY_ERROR = 1285;
60
  static const jint SERVER_ERROR_NOT_ACCEPTING_JOBS = 1286;
61
  static const jint SERVER_ERROR_BUSY = 1287;
62
  static const jint SERVER_ERROR_JOB_CANCELED = 1288;
63
  static const jint SERVER_ERROR_MULTIPLE_DOCUMENT_JOBS_NOT_SUPPORTED = 1289;
64
  static ::java::lang::Class class$;
65
};
66
 
67
#endif // __gnu_javax_print_ipp_IppStatusCode__

powered by: WebSVN 2.1.0

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