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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [classpath/] [debug/] [Simple1LineFormatter.h] - Blame information for rev 756

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 756 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __gnu_classpath_debug_Simple1LineFormatter__
5
#define __gnu_classpath_debug_Simple1LineFormatter__
6
 
7
#pragma interface
8
 
9
#include <java/util/logging/Formatter.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace classpath
15
    {
16
      namespace debug
17
      {
18
          class Simple1LineFormatter;
19
      }
20
    }
21
  }
22
  namespace java
23
  {
24
    namespace text
25
    {
26
        class DateFormat;
27
        class NumberFormat;
28
    }
29
  }
30
}
31
 
32
class gnu::classpath::debug::Simple1LineFormatter : public ::java::util::logging::Formatter
33
{
34
 
35
public:
36
  Simple1LineFormatter();
37
  virtual ::java::lang::String * format(::java::util::logging::LogRecord *);
38
private:
39
  static ::java::lang::String * DAT_PATTERN;
40
  static ::java::lang::String * THREAD_PATTERN;
41
  static ::java::lang::String * SPACES_32;
42
  static ::java::lang::String * SPACES_6;
43
  static ::java::lang::String * LS;
44
  ::java::text::DateFormat * __attribute__((aligned(__alignof__( ::java::util::logging::Formatter)))) dateFormat;
45
  ::java::text::NumberFormat * threadFormat;
46
public:
47
  static ::java::lang::Class class$;
48
};
49
 
50
#endif // __gnu_classpath_debug_Simple1LineFormatter__

powered by: WebSVN 2.1.0

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