OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / java / security / cert / CertPath$CertPathRep.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_security_cert_CertPath$CertPathRep__
5 #define __java_security_cert_CertPath$CertPathRep__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11
12 extern "Java"
13 {
14   namespace java
15   {
16     namespace security
17     {
18       namespace cert
19       {
20           class CertPath$CertPathRep;
21       }
22     }
23   }
24 }
25
26 class java::security::cert::CertPath$CertPathRep : public ::java::lang::Object
27 {
28
29 public: // actually protected
30   CertPath$CertPathRep(::java::lang::String *, JArray< jbyte > *);
31   virtual ::java::lang::Object * readResolve();
32 private:
33   static const jlong serialVersionUID = 3015633072427920915LL;
34   ::java::lang::String * __attribute__((aligned(__alignof__( ::java::lang::Object)))) type;
35   JArray< jbyte > * data;
36 public:
37   static ::java::lang::Class class$;
38 };
39
40 #endif // __java_security_cert_CertPath$CertPathRep__