Adding the sent data as the parameter to the dataSent delegate method
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 4 Aug 2007 07:38:07 +0000 (00:38 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 4 Aug 2007 07:38:07 +0000 (00:38 -0700)
commitcfb4b455d5d7aa97ddf659d1953ea3d0196ba244
tree23eaa3d0ecf47eb9709ac1a3d8319ece51f570f3
parentc6bb680eef4a9290b48048f37cd9e9f1a5dd51b1
Adding the sent data as the parameter to the dataSent delegate method

* Source/DebuggerConnection.m:
([DebuggerConnection dataSent:]): Print the data sent with the new paramater
* Source/SocketWrapper.m|h: Added a new parameter to dataSent: delegate method which contains the sent data
([SocketWrapper dataSent:])
([SocketWrapper _sendMessageToDelegate:])
([SocketWrapper send:])
Source/DebuggerConnection.m
Source/SocketWrapper.h
Source/SocketWrapper.m