Differences From Artifact [d4d891ac82]:
- File src/XMPPRoster.h — part of check-in [bd076b6bc1] at 2012-02-06 13:32:20 on branch trunk — Add storage to the connection and roster. (user: js, size: 4559) [annotate] [blame] [check-ins using]
To Artifact [c00194e1a0]:
- File src/XMPPRoster.h — part of check-in [5f55161423] at 2012-02-06 14:23:26 on branch trunk — Prevent changing the data storage after the roster has been requested. (user: js, size: 4582) [annotate] [blame] [check-ins using]
︙ | |||
69 70 71 72 73 74 75 76 77 78 79 80 81 82 | 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 | + | #endif { /// \cond internal XMPPConnection *connection; OFMutableDictionary *rosterItems; XMPPMulticastDelegate *delegates; id <XMPPStorage> dataStorage; BOOL rosterRequested; /// \endcond } #ifdef OF_HAVE_PROPERTIES /** * \brief An object for data storage, conforming to the XMPPStorage protocol. * |
︙ |