Differences From Artifact [ed9a1820f5]:
- File src/XMPPRoster.h — part of check-in [8dfcb87717] at 2013-02-12 21:36:39 on branch trunk — Prefix all ivars with an underscore. (user: js, size: 4518) [annotate] [blame] [check-ins using]
To Artifact [86893cd063]:
- File src/XMPPRoster.h — part of check-in [445d301fd6] at 2013-02-15 14:15:21 on branch trunk — Fix a bunch of warnings. (user: js, size: 4586) [annotate] [blame] [check-ins using]
︙ | |||
156 157 158 159 160 161 162 | 156 157 158 159 160 161 162 163 164 165 | + + + | /// \cond internal - (void)XMPP_updateRosterItem: (XMPPRosterItem*)rosterItem; - (void)XMPP_handleInitialRosterForConnection: (XMPPConnection*)connection IQ: (XMPPIQ*)iq; - (XMPPRosterItem*)XMPP_rosterItemWithXMLElement: (OFXMLElement*)element; /// \endcond @end @interface OFObject (XMPPRosterDelegate) <XMPPRosterDelegate> @end |