I'm committing the attached trivial patch to fix the build which broke with Audrius' latest patch.
Changelog:
2005-04-11 Andrew John Hughes <[EMAIL PROTECTED]>
* org/omg/CORBA/Request.java:
(send_deferred): Added missing 'abstract' keyword.
--
Andrew :-)
Please avoid sending me Microsoft Office (e.g. Word, PowerPoint) attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
No software patents in Europe -- http://nosoftwarepatents.com
"Value your freedom, or you will lose it, teaches history.
`Don't bother us with politics' respond those who don't want to learn."
-- Richard Stallman
Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
public class gcj extends Freedom implements Java { ... }
Index: org/omg/CORBA/Request.java
===================================================================
RCS file: /cvsroot/classpath/classpath/org/omg/CORBA/Request.java,v
retrieving revision 1.1
diff -u -3 -p -u -r1.1 Request.java
--- org/omg/CORBA/Request.java 10 Apr 2005 10:22:05 -0000 1.1
+++ org/omg/CORBA/Request.java 11 Apr 2005 03:19:52 -0000
@@ -216,7 +216,7 @@ public abstract class Request
* Allow later check of the request status by [EMAIL PROTECTED]
#poll_response()} and
* retrieving the results by [EMAIL PROTECTED] #get_response()}.
*/
- public void send_deferred();
+ public abstract void send_deferred();
/**
* Send a request and forget about it, not waiting for a response.
signature.asc
Description: Digital signature
_______________________________________________ Classpath-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath-patches
