Differences From Artifact [d293755462]:
- File src/XMPPCallback.m — part of check-in [58085da5c5] at 2012-01-26 12:35:05 on branch trunk — Style improvements. (user: js, size: 2109) [annotate] [blame] [check-ins using] [more...]
To Artifact [3b1b31ea2a]:
- File src/XMPPCallback.m — part of check-in [779fac15b1] at 2012-02-04 11:52:49 on branch trunk — Add the XMPPConnection to xmpp_calback_block_t. (user: js, size: 2199) [annotate] [blame] [check-ins using]
︙ | |||
63 64 65 66 67 68 69 70 71 72 | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | + - + + | - (void)dealloc { [super dealloc]; } - (void)runWithIQ: (XMPPIQ*)iq connection: (XMPPConnection*)connection { #ifdef OF_HAVE_BLOCKS if ([object isKindOfClass: [OFBlock class]]) |