Differences From Artifact [648af96410]:
- File src/XMPPSRVLookup.h — part of check-in [dd2c1286f9] at 2013-06-23 19:57:46 on branch trunk — Get rid of BOOL. (user: js, size: 2710) [annotate] [blame] [check-ins using]
To Artifact [be89ec074f]:
- File src/XMPPSRVLookup.h — part of check-in [cce64dfcd6] at 2013-06-23 20:13:43 on branch trunk — Prefix *all* IVars with _. (user: js, size: 2714) [annotate] [blame] [check-ins using]
︙ | |||
79 80 81 82 83 84 85 | 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | - - - - + + + + | - (void)XMPP_lookup; - (void)XMPP_addEntry: (XMPPSRVEntry*)item; @end @interface XMPPSRVEnumerator: OFEnumerator { |