aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/classpath/Pointer.h
blob: 79d0eccc7190f87b582f9e6efa64282d6807e452 (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

// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_classpath_Pointer__
#define __gnu_classpath_Pointer__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace gnu
  {
    namespace classpath
    {
        class Pointer;
    }
  }
}

class gnu::classpath::Pointer : public ::java::lang::Object
{

public:
  Pointer();
  static ::java::lang::Class class$;
};

#endif // __gnu_classpath_Pointer__