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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [util/] [logging/] [MemoryHandler.h] - Blame information for rev 818

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_util_logging_MemoryHandler__
5
#define __java_util_logging_MemoryHandler__
6
 
7
#pragma interface
8
 
9
#include <java/util/logging/Handler.h>
10
#include <gcj/array.h>
11
 
12
 
13
class java::util::logging::MemoryHandler : public ::java::util::logging::Handler
14
{
15
 
16
public:
17
  MemoryHandler();
18
  MemoryHandler(::java::util::logging::Handler *, jint, ::java::util::logging::Level *);
19
  virtual void publish(::java::util::logging::LogRecord *);
20
  virtual void push();
21
  virtual void flush();
22
  virtual void close();
23
  virtual ::java::util::logging::Level * getPushLevel();
24
  virtual void setPushLevel(::java::util::logging::Level *);
25
private:
26
  JArray< ::java::util::logging::LogRecord * > * __attribute__((aligned(__alignof__( ::java::util::logging::Handler)))) buffer;
27
  jint position;
28
  jint numPublished;
29
  ::java::util::logging::Level * pushLevel;
30
  ::java::util::logging::Handler * target;
31
public:
32
  static ::java::lang::Class class$;
33
};
34
 
35
#endif // __java_util_logging_MemoryHandler__

powered by: WebSVN 2.1.0

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