In SocketWraper, don't use the notification posting system to send errors to the...
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 5 Jan 2008 23:09:16 +0000 (15:09 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 5 Jan 2008 23:09:16 +0000 (15:09 -0800)
commit8a5a8f3c0782c90f994fd2d5a6feea83df3f023b
treed16341afbdb1d3286cd71fcdd021e33e7d00d113
parent86c8dc1f92cb4e0a730812d5944667aefca0cb2f
In SocketWraper, don't use the notification posting system to send errors to the delegate, instead just use performSelectorOnMainThread:withObject:waitUntilDone: on the delegate object. Also, -[NSObject(SocketWrapperDelegate) errorEncountered:] now just takes a string.
Source/DebuggerConnection.m
Source/SocketWrapper.h
Source/SocketWrapper.m