classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Re: [RFA/JDWP] JdwpConnection cleanup


From: Bryce McKinlay
Subject: [cp-patches] Re: [RFA/JDWP] JdwpConnection cleanup
Date: Thu, 30 Jun 2005 13:41:20 -0400
User-agent: Mozilla Thunderbird 1.0 (X11/20041206)

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  <address@hidden>

        * 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  <address@hidden>

        * 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]