re PR libgcj/42676 (javah doesn't generate the header files as checked in in the archive)
2010-03-13 Matthias Klose <doko@ubuntu.com> PR libgcj/42676 * Regenerate .h files for anonymous inner classes. From-SVN: r157422
This commit is contained in:
committed by
Matthias Klose
parent
e962c1b0f4
commit
e1ab4b422f
@@ -16,9 +16,9 @@ class java::util::concurrent::CopyOnWriteArrayList$2 : public ::java::lang::Obje
|
||||
public: // actually package-private
|
||||
CopyOnWriteArrayList$2(::java::util::concurrent::CopyOnWriteArrayList *);
|
||||
public:
|
||||
jboolean hasNext();
|
||||
::java::lang::Object * next();
|
||||
void remove();
|
||||
virtual jboolean hasNext();
|
||||
virtual ::java::lang::Object * next();
|
||||
virtual void remove();
|
||||
public: // actually package-private
|
||||
JArray< ::java::lang::Object * > * __attribute__((aligned(__alignof__( ::java::lang::Object)))) iteratorData;
|
||||
jint currentElement;
|
||||
|
||||
Reference in New Issue
Block a user