Merged gcj-eclipse branch to trunk.
From-SVN: r120621
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
|
||||
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
||||
|
||||
#ifndef __gnu_java_security_ber_BEREncodingException__
|
||||
#define __gnu_java_security_ber_BEREncodingException__
|
||||
|
||||
#pragma interface
|
||||
|
||||
#include <gnu/java/security/der/DEREncodingException.h>
|
||||
extern "Java"
|
||||
{
|
||||
namespace gnu
|
||||
{
|
||||
namespace java
|
||||
{
|
||||
namespace security
|
||||
{
|
||||
namespace ber
|
||||
{
|
||||
class BEREncodingException;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
class gnu::java::security::ber::BEREncodingException : public ::gnu::java::security::der::DEREncodingException
|
||||
{
|
||||
|
||||
public:
|
||||
BEREncodingException();
|
||||
BEREncodingException(::java::lang::String *);
|
||||
static ::java::lang::Class class$;
|
||||
};
|
||||
|
||||
#endif // __gnu_java_security_ber_BEREncodingException__
|
||||
Reference in New Issue
Block a user