URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [gnu/] [java/] [security/] [provider/] [Gnu.h] - Rev 771
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_provider_Gnu__ #define __gnu_java_security_provider_Gnu__ #pragma interface #include <java/security/Provider.h> extern "Java" { namespace gnu { namespace java { namespace security { namespace provider { class Gnu; } } } } } class gnu::java::security::provider::Gnu : public ::java::security::Provider { public: Gnu(); static ::java::lang::Class class$; }; #endif // __gnu_java_security_provider_Gnu__
Go to most recent revision | Compare with Previous | Blame | View Log