URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [security/] [ber/] [BER.h] - Rev 781
Go to most recent revision | Compare with Previous | Blame | View Log
// 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__
Go to most recent revision | Compare with Previous | Blame | View Log