Differences From Artifact [aac49145b2]:
- File src/XMPPCallback.h — part of check-in [7f10dd9950] at 2012-12-13 22:09:30 on branch trunk — Make method names more consistent with ObjFW. (user: js, size: 1752) [annotate] [blame] [check-ins using]
To Artifact [8400224fd5]:
- File src/XMPPCallback.h — part of check-in [8dfcb87717] at 2013-02-12 21:36:39 on branch trunk — Prefix all ivars with an underscore. (user: js, size: 1754) [annotate] [blame] [check-ins using]
︙ | |||
27 28 29 30 31 32 33 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | - - + + | #ifdef OF_HAVE_BLOCKS typedef void(^xmpp_callback_block_t)(XMPPConnection*, XMPPIQ*); #endif @interface XMPPCallback: OFObject { |
︙ |