mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
37 lines
655 B
C++
37 lines
655 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __gnu_java_security_ber_BER__
|
|
#define __gnu_java_security_ber_BER__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
extern "Java"
|
|
{
|
|
namespace gnu
|
|
{
|
|
namespace java
|
|
{
|
|
namespace security
|
|
{
|
|
namespace ber
|
|
{
|
|
class BER;
|
|
class BERValue;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
class gnu::java::security::ber::BER : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
static ::gnu::java::security::ber::BERValue * END_OF_SEQUENCE;
|
|
static ::java::lang::Class class$;
|
|
} __attribute__ ((java_interface));
|
|
|
|
#endif // __gnu_java_security_ber_BER__
|