aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/javax/print/ipp/attribute/supported/PrinterUriSupported.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/javax/print/ipp/attribute/supported/PrinterUriSupported.h')
-rw-r--r--libjava/gnu/javax/print/ipp/attribute/supported/PrinterUriSupported.h50
1 files changed, 0 insertions, 50 deletions
diff --git a/libjava/gnu/javax/print/ipp/attribute/supported/PrinterUriSupported.h b/libjava/gnu/javax/print/ipp/attribute/supported/PrinterUriSupported.h
deleted file mode 100644
index 3c7b99d5ff2..00000000000
--- a/libjava/gnu/javax/print/ipp/attribute/supported/PrinterUriSupported.h
+++ /dev/null
@@ -1,50 +0,0 @@
-
-// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
-
-#ifndef __gnu_javax_print_ipp_attribute_supported_PrinterUriSupported__
-#define __gnu_javax_print_ipp_attribute_supported_PrinterUriSupported__
-
-#pragma interface
-
-#include <javax/print/attribute/URISyntax.h>
-extern "Java"
-{
- namespace gnu
- {
- namespace javax
- {
- namespace print
- {
- namespace ipp
- {
- namespace attribute
- {
- namespace supported
- {
- class PrinterUriSupported;
- }
- }
- }
- }
- }
- }
- namespace java
- {
- namespace net
- {
- class URI;
- }
- }
-}
-
-class gnu::javax::print::ipp::attribute::supported::PrinterUriSupported : public ::javax::print::attribute::URISyntax
-{
-
-public:
- PrinterUriSupported(::java::net::URI *);
- ::java::lang::Class * getCategory();
- ::java::lang::String * getName();
- static ::java::lang::Class class$;
-};
-
-#endif // __gnu_javax_print_ipp_attribute_supported_PrinterUriSupported__