Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
|
||||
// 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__
|
||||
Reference in New Issue
Block a user