Differences From Artifact [9ce07a194d]:
- File
src/XMPPExceptions.m
— part of check-in
[6d15f9618b]
at
2012-06-01 22:16:56
on branch trunk
— Add missing header files
gcc complains about missing interfaces without this. (user: florob@babelmonkeys.de, size: 6882) [annotate] [blame] [check-ins using]
To Artifact [8255027a48]:
- File src/XMPPExceptions.m — part of check-in [c987aa9a5f] at 2012-07-12 03:34:20 on branch trunk — Don't access isa directly. (user: js, size: 6927) [annotate] [blame] [check-ins using]
︙ | |||
33 34 35 36 37 38 39 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - + | { return [[[self alloc] initWithClass: class_ connection: conn] autorelease]; } - initWithClass: (Class)class_ { |
︙ | |||
93 94 95 96 97 98 99 | 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | - + | condition: condition_ reason: reason_] autorelease]; } - initWithClass: (Class)class_ connection: (XMPPConnection*)conn { |
︙ | |||
163 164 165 166 167 168 169 | 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 | - + | profile: profile string: string] autorelease]; } - initWithClass: (Class)class_ connection: (XMPPConnection*)conn { |
︙ | |||
234 235 236 237 238 239 240 | 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 | - + | operation: operation string: string] autorelease]; } - initWithClass: (Class)class_ connection: (XMPPConnection*)conn { |
︙ | |||
302 303 304 305 306 307 308 | 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 | - + | connection: conn reason: reason_] autorelease]; } - initWithClass: (Class)class_ connection: (XMPPConnection*)conn { |
︙ |