Keith Seitz wrote:
I've addressed these concerns in the following two patches. Patch #1 contains the original changes submitted. Patch #2 addresses the JdwpPacket.toBytes issue.? Keith ChangeLog #1 2005-06-30 Keith Seitz <[EMAIL PROTECTED]> * gnu/classpath/jdwp/transport/JdwpConnection.java (sendEvent): New method. (_bytes): New member. (_doStream): New member. (JdwpConnection): Initialize new members. ChangeLog #2 2005-06-30 Keith Seitz <[EMAIL PROTECTED]> * gnu/classpath/jdwp/transport/JdwpPacket.java (write): New method. (myWrite): New abstract method. (toBytes): Remove. (myToBytes): Remove. * gnu/classpath/jdwp/transport/JdwpReplyPacket.java (myWrite): New method. * gnu/classpath/jdwp/transport/JdwpCommandPacket.java (myWrite): New method. * gnu/classpath/jdwp/transport/JdwpConnection.java (sendPacket): Use JdwpPacket.write instead of JdwpPacket.toBytes.
Both OK. Thanks! Bryce _______________________________________________ Classpath-patches mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath-patches
