Differences From Artifact [af0b58584d]:
- File src/XMPPRoster.m — part of check-in [c987aa9a5f] at 2012-07-12 03:34:20 on branch trunk — Don't access isa directly. (user: js, size: 9629) [annotate] [blame] [check-ins using]
To Artifact [6939ec3b66]:
- File src/XMPPRoster.m — part of check-in [08b4d64469] at 2012-11-11 11:21:34 on branch trunk — XMPPRoster: Add getter for the connection. (user: js, size: 9684) [annotate] [blame] [check-ins using]
︙ | |||
214 215 216 217 218 219 220 221 222 223 224 225 226 227 | 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 | + + + + + | { if (rosterRequested) @throw [OFInvalidArgumentException exceptionWithClass: [self class]]; dataStorage = dataStorage_; } - (XMPPConnection*)connection { return connection; } - (id <XMPPStorage>)dataStorage { return dataStorage; } - (void)XMPP_updateRosterItem: (XMPPRosterItem*)rosterItem |
︙ |