Differences From Artifact [bd69f42276]:
- File src/XMPPJID.h — part of check-in [ae47288dc3] at 2013-02-15 14:32:44 on branch trunk — Improve documentation. (user: js, size: 2526) [annotate] [blame] [check-ins using]
To Artifact [bc56489a67]:
- File src/XMPPJID.h — part of check-in [cce64dfcd6] at 2013-06-23 20:13:43 on branch trunk — Prefix *all* IVars with _. (user: js, size: 2506) [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 | - + - - | #import <ObjFW/ObjFW.h> /** * \brief A class for easy handling of JIDs. */ @interface XMPPJID: OFObject <OFCopying> { |
︙ |