Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_java_security_x509_ext_ReasonCode__
|
||||
#define __gnu_java_security_x509_ext_ReasonCode__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <gnu/java/security/x509/ext/Extension$Value.h>
|
||||
#include <gcj/array.h>
|
||||
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace java
|
||||
{
|
||||
namespace security
|
||||
{
|
||||
class OID;
|
||||
namespace x509
|
||||
{
|
||||
namespace ext
|
||||
{
|
||||
class ReasonCode;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::java::security::x509::ext::ReasonCode : public ::gnu::java::security::x509::ext::Extension$Value
|
||||
{
|
||||
|
||||
public:
|
||||
ReasonCode(JArray< jbyte > *);
|
||||
virtual jint getReasonCode();
|
||||
virtual ::java::lang::String * toString();
|
||||
static ::gnu::java::security::OID * ID;
|
||||
jint __attribute__((aligned(__alignof__( ::gnu::java::security::x509::ext::Extension$Value)))) reason;
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_java_security_x509_ext_ReasonCode__
|
||||
Reference in New Issue
Block a user