Differences From Artifact [a25ea0dfc3]:
- File src/XMPPSRVLookup.m — part of check-in [444674bc9d] at 2011-05-26 20:23:02 on branch trunk — Split XMPPSRVEnumerator into XMPPSRVLookup and XMPPSRVEnumerator. (user: js, size: 7794) [annotate] [blame] [check-ins using]
To Artifact [99e1224098]:
- File src/XMPPSRVLookup.m — part of check-in [b9e1a500a7] at 2011-05-26 20:33:13 on branch trunk — Fix a warning with GCC. (user: js, size: 7800) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
304 305 306 307 308 309 310 | } return self; } - (id)nextObject { | | | 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 | } return self; } - (id)nextObject { XMPPSRVEntry *ret = nil; of_list_object_t *iter; uint32_t totalWeight = 0; if (done) return nil; if (listIter == NULL) |
︙ | ︙ |