blob: 6afece7191f14c46b7c9aa08010bf0d4128c81c7 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 | 
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __java_util_logging_SimpleFormatter__
#define __java_util_logging_SimpleFormatter__
#pragma interface
#include <java/util/logging/Formatter.h>
extern "Java"
{
  namespace java
  {
    namespace text
    {
        class DateFormat;
    }
  }
}
class java::util::logging::SimpleFormatter : public ::java::util::logging::Formatter
{
public:
  SimpleFormatter();
  virtual ::java::lang::String * format(::java::util::logging::LogRecord *);
private:
  ::java::text::DateFormat * __attribute__((aligned(__alignof__( ::java::util::logging::Formatter)))) dateFormat;
public: // actually package-private
  static ::java::lang::String * lineSep;
public:
  static ::java::lang::Class class$;
};
#endif // __java_util_logging_SimpleFormatter__
 |