Create embedded-5_0-branch branch for development on ARM embedded cores.
[official-gcc.git] / embedded-5_0-branch / libjava / gnu / javax / print / ipp / attribute / job / JobPrinterUri.h
blob7ac6adf305f293bd8db1f23419b72fa06030e6d4
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __gnu_javax_print_ipp_attribute_job_JobPrinterUri__
5 #define __gnu_javax_print_ipp_attribute_job_JobPrinterUri__
7 #pragma interface
9 #include <javax/print/attribute/URISyntax.h>
10 extern "Java"
12 namespace gnu
14 namespace javax
16 namespace print
18 namespace ipp
20 namespace attribute
22 namespace job
24 class JobPrinterUri;
31 namespace java
33 namespace net
35 class URI;
40 class gnu::javax::print::ipp::attribute::job::JobPrinterUri : public ::javax::print::attribute::URISyntax
43 public:
44 JobPrinterUri(::java::net::URI *);
45 ::java::lang::Class * getCategory();
46 ::java::lang::String * getName();
47 static ::java::lang::Class class$;
50 #endif // __gnu_javax_print_ipp_attribute_job_JobPrinterUri__