Differences From Artifact [0881649e7a]:
- File src/XMPPConnection.h — part of check-in [dd2c1286f9] at 2013-06-23 19:57:46 on branch trunk — Get rid of BOOL. (user: js, size: 11719) [annotate] [blame] [check-ins using]
To Artifact [bbf937bb03]:
- File src/XMPPConnection.h — part of check-in [049768c6ae] at 2013-06-23 21:41:47 on branch trunk — Use instancetype. (user: js, size: 11733) [annotate] [blame] [check-ins using]
︙ | |||
214 215 216 217 218 219 220 | 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 | - + | #endif /** * \brief Creates a new autoreleased XMPPConnection. * * \return A new autoreleased XMPPConnection */ |
︙ |