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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [classpath/] [debug/] [SystemLogger.h] - Rev 756

Compare with Previous | Blame | View Log

 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
 
#ifndef __gnu_classpath_debug_SystemLogger__
#define __gnu_classpath_debug_SystemLogger__
 
#pragma interface
 
#include <java/util/logging/Logger.h>
#include <gcj/array.h>
 
extern "Java"
{
  namespace gnu
  {
    namespace classpath
    {
      namespace debug
      {
          class SystemLogger;
      }
    }
  }
}
 
class gnu::classpath::debug::SystemLogger : public ::java::util::logging::Logger
{
 
public:
  static ::gnu::classpath::debug::SystemLogger * getSystemLogger();
private:
  SystemLogger();
public:
  void logv(::java::util::logging::Level *, ::java::lang::String *, JArray< ::java::lang::Object * > *);
  static ::gnu::classpath::debug::SystemLogger * SYSTEM;
  static ::java::lang::Class class$;
};
 
#endif // __gnu_classpath_debug_SystemLogger__
 

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.