Differences From Artifact [3fb391d98b]:
- File src/XMPPRosterItem.h — part of check-in [85bda4afee] at 2012-03-21 10:56:56 on branch trunk — Update URL in copyright. (user: js, size: 2126) [annotate] [blame] [check-ins using]
To Artifact [c9a8690e71]:
- File src/XMPPRosterItem.h — part of check-in [ea1c2bdca9] at 2012-12-09 20:53:33 on branch trunk — Fix typo intenral -> internal (user: florob@babelmonkeys.de, size: 2126) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - + | @class XMPPJID; /** * \brief A class for representing an item in the roster. */ @interface XMPPRosterItem: OFObject { |
︙ |