diff options
author | Andrew John Hughes <gandalf@gcc.gnu.org> | 2012-03-23 15:19:26 +0000 |
---|---|---|
committer | Andrew John Hughes <gandalf@gcc.gnu.org> | 2012-03-23 15:19:26 +0000 |
commit | 0563022a206294757effa44686727bffc4f7c2bd (patch) | |
tree | febe3d4d4c0c994db223fee8e819bde6582494c9 /libjava/java/security/KeyStore$1.h | |
parent | 21669dfe20db0246ece395db5558a081a5c7088f (diff) | |
download | gcc-0563022a206294757effa44686727bffc4f7c2bd.zip gcc-0563022a206294757effa44686727bffc4f7c2bd.tar.gz gcc-0563022a206294757effa44686727bffc4f7c2bd.tar.bz2 |
Merge GNU Classpath 0.99 into libjava.
From-SVN: r185741
Diffstat (limited to 'libjava/java/security/KeyStore$1.h')
-rw-r--r-- | libjava/java/security/KeyStore$1.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/libjava/java/security/KeyStore$1.h b/libjava/java/security/KeyStore$1.h new file mode 100644 index 0000000..335569c --- /dev/null +++ b/libjava/java/security/KeyStore$1.h @@ -0,0 +1,32 @@ + +// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*- + +#ifndef __java_security_KeyStore$1__ +#define __java_security_KeyStore$1__ + +#pragma interface + +#include <java/lang/Object.h> +extern "Java" +{ + namespace java + { + namespace security + { + class KeyStore$1; + } + } +} + +class java::security::KeyStore$1 : public ::java::lang::Object +{ + +public: // actually package-private + KeyStore$1(); +public: + virtual ::java::lang::String * KeyStore$1$run(); + virtual ::java::lang::Object * run(); + static ::java::lang::Class class$; +}; + +#endif // __java_security_KeyStore$1__ |