Removing the notification-delegate system that SocketWrapper used because it wasn...
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 5 Jan 2008 23:55:52 +0000 (15:55 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 5 Jan 2008 23:55:52 +0000 (15:55 -0800)
commit6ab0afffd3d3516f088588a7816576ff054f4ca2
treeef1aafe977e42da3ffbe354e494799a62ed4c073
parent8a5a8f3c0782c90f994fd2d5a6feea83df3f023b
Removing the notification-delegate system that SocketWrapper used because it wasn't necessary because the only action that can block the UI is -[connect]

Changes:
-[SocketWrapper receive] now returns the data directly, cleaning up the DebuggerConnection class a lot
-[SocketWrapper send] returns BOOL depending on the success of the send
Source/DebuggerConnection.h
Source/DebuggerConnection.m
Source/SocketWrapper.h
Source/SocketWrapper.m