aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/MCPKit/Support files
Commit message (Collapse)AuthorAgeFilesLines
* Split MCPConnection's delegate methods into it's own protocol.stuconnolly2010-10-202-23/+37
|
* - Ensure start/end query notifications are sent on the main thread to avoid ↵rowanbeentje2010-06-012-0/+111
the interface being updated from the wrong thread on listeners - Add a "Support Files" folder to MCPKit, containing NSNotificationAdditions to support main thread notifications from within MCPKit