Using NSNotification to pass messages around upon events... this doesn't work too...
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 3 Aug 2007 03:32:44 +0000 (20:32 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 3 Aug 2007 03:32:44 +0000 (20:32 -0700)
commit7d3a70ee40ad3f7f8ee28486cc5646e677e34ec8
treee89c6d233a41f2a5149807e2b780dc21523f13cb
parent61e3a92fd9ff2627e04a16d93abbb5fc11190560
Using NSNotification to pass messages around upon events... this doesn't work too well for some reason, however.

* Source/DebuggerConnection.m: Set ourselves as the delegate and implement some delegate methods
* Source/SocketWrapper.h:
- Define some NSNotification names
- Set up the delegate
- Define SocketWrapperDelegate informal protocol
* Source/SocketWrapper.m:
(many): Post notifications for basically every method
([SocketWrapper setDelegate:]): Added and registers tons of notifications with it
([SocketWrapper receive]): Working on making the way we get to the null byte less hack-ish
Source/DebuggerConnection.m
Source/SocketWrapper.h
Source/SocketWrapper.m