summaryrefslogtreecommitdiff
path: root/libjava/gnu/javax/print/ipp/IppStatusCode.h
diff options
context:
space:
mode:
authorupstream source tree <ports@midipix.org>2015-03-15 20:14:05 -0400
committerupstream source tree <ports@midipix.org>2015-03-15 20:14:05 -0400
commit554fd8c5195424bdbcabf5de30fdc183aba391bd (patch)
tree976dc5ab7fddf506dadce60ae936f43f58787092 /libjava/gnu/javax/print/ipp/IppStatusCode.h
downloadcbb-gcc-4.6.4-554fd8c5195424bdbcabf5de30fdc183aba391bd.tar.bz2
cbb-gcc-4.6.4-554fd8c5195424bdbcabf5de30fdc183aba391bd.tar.xz
obtained gcc-4.6.4.tar.bz2 from upstream website;upstream
verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository.
Diffstat (limited to 'libjava/gnu/javax/print/ipp/IppStatusCode.h')
-rw-r--r--libjava/gnu/javax/print/ipp/IppStatusCode.h67
1 files changed, 67 insertions, 0 deletions
diff --git a/libjava/gnu/javax/print/ipp/IppStatusCode.h b/libjava/gnu/javax/print/ipp/IppStatusCode.h
new file mode 100644
index 000000000..dd3eb0d37
--- /dev/null
+++ b/libjava/gnu/javax/print/ipp/IppStatusCode.h
@@ -0,0 +1,67 @@
+
+// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
+
+#ifndef __gnu_javax_print_ipp_IppStatusCode__
+#define __gnu_javax_print_ipp_IppStatusCode__
+
+#pragma interface
+
+#include <java/lang/Object.h>
+extern "Java"
+{
+ namespace gnu
+ {
+ namespace javax
+ {
+ namespace print
+ {
+ namespace ipp
+ {
+ class IppStatusCode;
+ }
+ }
+ }
+ }
+}
+
+class gnu::javax::print::ipp::IppStatusCode : public ::java::lang::Object
+{
+
+ IppStatusCode();
+public:
+ static const jint SUCCESSFUL_OK = 0;
+ static const jint SUCCESSFUL_OK_IGNORED_OR_SUBSTITUED_ATTRIBUTES = 1;
+ static const jint SUCCESSFUL_OK_CONFLICTING_ATTRIBUTES = 2;
+ static const jint CLIENT_ERROR_BAD_REQUEST = 1024;
+ static const jint CLIENT_ERROR_FORBIDDEN = 1025;
+ static const jint CLIENT_ERROR_NOT_AUTHENTICATED = 1026;
+ static const jint CLIENT_ERROR_NOT_AUTHORIZED = 1027;
+ static const jint CLIENT_ERROR_NOT_POSSIBLE = 1028;
+ static const jint CLIENT_ERROR_TIMEOUT = 1029;
+ static const jint CLIENT_ERROR_NOT_FOUND = 1030;
+ static const jint CLIENT_ERROR_GONE = 1031;
+ static const jint CLIENT_ERROR_REQUEST_ENTITY_TOO_LONG = 1032;
+ static const jint CLIENT_ERROR_REQUEST_VALUE_TOO_LONG = 1033;
+ static const jint CLIENT_ERROR_DOCUMENT_FORMAT_NOT_SUPPORTED = 1034;
+ static const jint CLIENT_ERROR_ATTRIBUTES_OR_VALUES_NOT_SUPPORTED = 1035;
+ static const jint CLIENT_ERROR_URI_SCHEME_NOT_SUPPORTED = 1036;
+ static const jint CLIENT_ERROR_CHARSET_NOT_SUPPORTED = 1037;
+ static const jint CLIENT_ERROR_CONFLICTING_ATTRIBUTES = 1038;
+ static const jint CLIENT_ERROR_COMPRESSION_NOT_SUPPORTED = 1039;
+ static const jint CLIENT_ERROR_COMPRESSION_ERROR = 1040;
+ static const jint CLIENT_ERROR_DOCUMENT_FORMAT_ERROR = 1041;
+ static const jint CLIENT_ERROR_DOCUMENT_ACCESS_ERROR = 1042;
+ static const jint SERVER_ERROR_INTERNAL_ERROR = 1280;
+ static const jint SERVER_ERROR_OPERATION_NOT_SUPPORTED = 1281;
+ static const jint SERVER_ERROR_SERVICE_UNAVAILABLE = 1282;
+ static const jint SERVER_ERROR_VERSION_NOT_SUPPORTED = 1283;
+ static const jint SERVER_ERROR_DEVICE_ERROR = 1284;
+ static const jint SERVER_ERROR_TEMPORARY_ERROR = 1285;
+ static const jint SERVER_ERROR_NOT_ACCEPTING_JOBS = 1286;
+ static const jint SERVER_ERROR_BUSY = 1287;
+ static const jint SERVER_ERROR_JOB_CANCELED = 1288;
+ static const jint SERVER_ERROR_MULTIPLE_DOCUMENT_JOBS_NOT_SUPPORTED = 1289;
+ static ::java::lang::Class class$;
+};
+
+#endif // __gnu_javax_print_ipp_IppStatusCode__