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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [javax/] [print/] [CupsPrintService.h] - Rev 756

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __gnu_javax_print_CupsPrintService__
#define __gnu_javax_print_CupsPrintService__
 
#pragma interface
 
#include <gnu/javax/print/ipp/IppMultiDocPrintService.h>
extern "Java"
{
  namespace gnu
  {
    namespace javax
    {
      namespace print
      {
          class CupsPrintService;
        namespace ipp
        {
            class IppResponse;
        }
      }
    }
  }
  namespace java
  {
    namespace net
    {
        class URI;
    }
  }
  namespace javax
  {
    namespace print
    {
        class DocFlavor;
      namespace attribute
      {
          class AttributeSet;
      }
    }
  }
}
 
class gnu::javax::print::CupsPrintService : public ::gnu::javax::print::ipp::IppMultiDocPrintService
{
 
public:
  CupsPrintService(::java::net::URI *, ::java::lang::String *, ::java::lang::String *);
public: // actually protected
  ::java::lang::Object * handleSupportedAttributeValuesResponse(::gnu::javax::print::ipp::IppResponse *, ::java::lang::Class *);
public:
  ::java::lang::Object * getDefaultAttributeValue(::java::lang::Class *);
  ::javax::print::attribute::AttributeSet * getUnsupportedAttributes(::javax::print::DocFlavor *, ::javax::print::attribute::AttributeSet *);
  static ::java::lang::Class class$;
};
 
#endif // __gnu_javax_print_CupsPrintService__
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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