From 06a4a507625bf9a3b979ccb275bf4182f07b8ea2 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Thu, 19 Apr 2007 00:24:09 +0000 Subject: 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 --- libjava/java/util/zip/ZipFile$ZipEntryEnumeration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libjava/java/util/zip') 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; -- cgit v1.1