diff options
author | Tom Tromey <tromey@redhat.com> | 2007-04-19 00:24:09 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2007-04-19 00:24:09 +0000 |
commit | 06a4a507625bf9a3b979ccb275bf4182f07b8ea2 (patch) | |
tree | e08786d000d7c3bc2119fb775da6d96fbbe84475 /libjava/java/util/zip | |
parent | 5604bf10dd082cdf609d29e1e99a5879758a7c46 (diff) | |
download | gcc-06a4a507625bf9a3b979ccb275bf4182f07b8ea2.zip gcc-06a4a507625bf9a3b979ccb275bf4182f07b8ea2.tar.gz gcc-06a4a507625bf9a3b979ccb275bf4182f07b8ea2.tar.bz2 |
libjava
* Regenerated headers with new gjavah.
libjava/classpath
* tools/gnu/classpath/tools/javah/MethodHelper.java (print):
Changed arguments. Directly print method name.
* tools/gnu/classpath/tools/javah/ClassWrapper.java
(methodNameMap): New field.
(makeVtable): Initialize it.
(printMethods): Compute name for bridge targets.
From-SVN: r123965
Diffstat (limited to 'libjava/java/util/zip')
-rw-r--r-- | libjava/java/util/zip/ZipFile$ZipEntryEnumeration.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/util/zip/ZipFile$ZipEntryEnumeration.h b/libjava/java/util/zip/ZipFile$ZipEntryEnumeration.h index 40a7e97..f041ae0 100644 --- a/libjava/java/util/zip/ZipFile$ZipEntryEnumeration.h +++ b/libjava/java/util/zip/ZipFile$ZipEntryEnumeration.h @@ -14,7 +14,7 @@ class java::util::zip::ZipFile$ZipEntryEnumeration : public ::java::lang::Object public: ZipFile$ZipEntryEnumeration(::java::util::Iterator *); virtual jboolean hasMoreElements(); - virtual ::java::util::zip::ZipEntry * target$nextElement(); + virtual ::java::util::zip::ZipEntry * ZipFile$ZipEntryEnumeration$nextElement(); virtual ::java::lang::Object * nextElement(); private: ::java::util::Iterator * __attribute__((aligned(__alignof__( ::java::lang::Object)))) elements; |