Differences From Artifact [0ccfb1340e]:
- File src/XMPPConnection.m — part of check-in [dd2c1286f9] at 2013-06-23 19:57:46 on branch trunk — Get rid of BOOL. (user: js, size: 30021) [annotate] [blame] [check-ins using]
To Artifact [0f3d82c9ea]:
- File src/XMPPConnection.m — part of check-in [049768c6ae] at 2013-06-23 21:41:47 on branch trunk — Use instancetype. (user: js, size: 30035) [annotate] [blame] [check-ins using]
︙ | |||
113 114 115 116 117 118 119 | 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 | - + | [pool release]; return nil; } @end @implementation XMPPConnection |
︙ |