Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NSNotificationAdditions tweaks: | rowanbeentje | 2011-06-01 | 1 | -5/+5 |
| | | | | | | | | - Remove unused _postNotificationForwarder methods - Clean up and standardise method names and argument names - Correctly cross-thread retain when waitUntilDone: is NO - Attempt to improve compatibility with third-party frameworks such as TCMPortMapper | ||||
* | Split MCPConnection's delegate methods into it's own protocol. | stuconnolly | 2010-10-20 | 1 | -5/+5 |
| | |||||
* | - Ensure start/end query notifications are sent on the main thread to avoid ↵ | rowanbeentje | 2010-06-01 | 1 | -0/+35 |
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 |