aboutsummaryrefslogtreecommitdiff
path: root/libjava/javax/print/attribute
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2007-04-19 00:24:09 +0000
committerTom Tromey <tromey@gcc.gnu.org>2007-04-19 00:24:09 +0000
commit06a4a507625bf9a3b979ccb275bf4182f07b8ea2 (patch)
treee08786d000d7c3bc2119fb775da6d96fbbe84475 /libjava/javax/print/attribute
parent5604bf10dd082cdf609d29e1e99a5879758a7c46 (diff)
downloadgcc-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/javax/print/attribute')
-rw-r--r--libjava/javax/print/attribute/standard/JobStateReasons.h2
-rw-r--r--libjava/javax/print/attribute/standard/PrinterStateReasons.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libjava/javax/print/attribute/standard/JobStateReasons.h b/libjava/javax/print/attribute/standard/JobStateReasons.h
index 4e5fce8..e02a3e7 100644
--- a/libjava/javax/print/attribute/standard/JobStateReasons.h
+++ b/libjava/javax/print/attribute/standard/JobStateReasons.h
@@ -33,7 +33,7 @@ public:
JobStateReasons(jint, jfloat);
JobStateReasons(jint);
JobStateReasons(::java::util::Collection *);
- jboolean target$add(::javax::print::attribute::standard::JobStateReason *);
+ jboolean JobStateReasons$add(::javax::print::attribute::standard::JobStateReason *);
::java::lang::Class * getCategory();
::java::lang::String * getName();
jboolean add(::java::lang::Object *);
diff --git a/libjava/javax/print/attribute/standard/PrinterStateReasons.h b/libjava/javax/print/attribute/standard/PrinterStateReasons.h
index bedc8b8..fc3d703 100644
--- a/libjava/javax/print/attribute/standard/PrinterStateReasons.h
+++ b/libjava/javax/print/attribute/standard/PrinterStateReasons.h
@@ -35,7 +35,7 @@ public:
PrinterStateReasons(jint);
PrinterStateReasons(::java::util::Map *);
::java::util::Set * printerStateReasonSet(::javax::print::attribute::standard::Severity *);
- ::javax::print::attribute::standard::Severity * target$put(::javax::print::attribute::standard::PrinterStateReason *, ::javax::print::attribute::standard::Severity *);
+ ::javax::print::attribute::standard::Severity * PrinterStateReasons$put(::javax::print::attribute::standard::PrinterStateReason *, ::javax::print::attribute::standard::Severity *);
::java::lang::Class * getCategory();
::java::lang::String * getName();
::java::lang::Object * put(::java::lang::Object *, ::java::lang::Object *);