Differences From Artifact [3705738b93]:
- File src/XMPPJID.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: 2555) [annotate] [blame] [check-ins using]
To Artifact [c1b15256ac]:
- File src/XMPPJID.h — part of check-in [8d2f61bd74] at 2013-02-14 02:11:03 on branch trunk — Fix a small documentation bug. (user: js, size: 2558) [annotate] [blame] [check-ins using]
︙ | |||
58 59 60 61 62 63 64 | 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | - + | * \return A new autoreleased XMPPJID */ + JIDWithString: (OFString*)string; /** * \brief Initializes an already allocated XMPPJID with a string. * |
︙ |