Implementing the new delegate system throughout SocketWrapper.
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 3 Aug 2007 06:09:03 +0000 (23:09 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 3 Aug 2007 06:09:03 +0000 (23:09 -0700)
commitb404a6835918a9b5332ea0207a662daae0f5dad6
treef08a167877238378811d2ba632e668b04f74cb9b
parent6cff7a1fff7d9437cd753bd045fcb8070e56cb83
Implementing the new delegate system throughout SocketWrapper.

* Source/DebuggerConnection.m:
([DebuggerConnection socketDidAccept]): Call receive: to get the handshake packet
([DebuggerConnection errorEncountered:]): New method
* Source/SocketWrapper.m: Adding a new handler for the dataReceived, dataSent, errorEncoutered. Added error messages that can be posted to the observers.
Source/DebuggerConnection.m
Source/SocketWrapper.m