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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [classpath/] [debug/] [Component.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_Component__
5
#define __gnu_classpath_debug_Component__
6
 
7
#pragma interface
8
 
9
#include <java/util/logging/Level.h>
10
extern "Java"
11
{
12
  namespace gnu
13
  {
14
    namespace classpath
15
    {
16
      namespace debug
17
      {
18
          class Component;
19
      }
20
    }
21
  }
22
}
23
 
24
class gnu::classpath::debug::Component : public ::java::util::logging::Level
25
{
26
 
27
  Component(::java::lang::String *, jint);
28
  Component(::java::lang::String *, jint, jint);
29
public:
30
  static ::gnu::classpath::debug::Component * forName(::java::lang::String *);
31
  jint startIndex();
32
  jint endIndex();
33
  static ::gnu::classpath::debug::Component * EVERYTHING;
34
  static ::gnu::classpath::debug::Component * SSL;
35
  static ::gnu::classpath::debug::Component * SSL_HANDSHAKE;
36
  static ::gnu::classpath::debug::Component * SSL_RECORD_LAYER;
37
  static ::gnu::classpath::debug::Component * SSL_KEY_EXCHANGE;
38
  static ::gnu::classpath::debug::Component * SSL_DELEGATED_TASK;
39
  static ::gnu::classpath::debug::Component * CRYPTO;
40
  static ::gnu::classpath::debug::Component * X509;
41
  static ::gnu::classpath::debug::Component * POLICY;
42
  static ::gnu::classpath::debug::Component * IPP;
43
private:
44
  jint __attribute__((aligned(__alignof__( ::java::util::logging::Level)))) startIndex__;
45
  jint endIndex__;
46
public:
47
  static ::java::lang::Class class$;
48
};
49
 
50
#endif // __gnu_classpath_debug_Component__

powered by: WebSVN 2.1.0

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