Differences From Artifact [64aa77b770]:
- File src/XMPPPresence.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: 4246) [annotate] [blame] [check-ins using]
To Artifact [a0f262bf11]:
- File src/XMPPPresence.h — part of check-in [ae47288dc3] at 2013-02-15 14:32:44 on branch trunk — Improve documentation. (user: js, size: 4214) [annotate] [blame] [check-ins using]
︙ | |||
24 25 26 27 28 29 30 | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - - | #import "XMPPStanza.h" /** * \brief A class describing a presence stanza. */ @interface XMPPPresence: XMPPStanza <OFComparing> { |
︙ |