* Completely de-couple SocketWrapper from GDBpConnection by passing the port directly...
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 22 Jul 2009 04:06:50 +0000 (00:06 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 22 Jul 2009 04:06:50 +0000 (00:06 -0400)
commit36d0b8f7b16743fdefebe5f3d8683aa5e37b0f06
tree6ea07e83de2d8022c416cc60e14f0d120cdf14f6
parentf4ea2a45a3598b72ccd11596c752627525e5da2b
* Completely de-couple SocketWrapper from GDBpConnection by passing the port directly to the ctor, rather than extracting it from the connection.
* Make SocketWrapperDelegate a formal protocl and GDBpConnection now conforms to it.
* Clean up delegate interface.
Source/GDBpConnection.h
Source/GDBpConnection.m
Source/SocketWrapper.h
Source/SocketWrapper.m