Differences From Artifact [ec802f6688]:
- File src/XMPPMulticastDelegate.h — part of check-in [1ee9a1a87a] at 2013-03-27 00:30:59 on branch trunk — XMPPMulticastDelegate: Handle modifications of the delegates array (user: florob@babelmonkeys.de, size: 2254) [annotate] [blame] [check-ins using]
To Artifact [9827e55a83]:
- File src/XMPPMulticastDelegate.h — part of check-in [346032e34b] at 2013-03-31 10:23:39 on branch trunk — Coding style. (user: js, size: 2255) [annotate] [blame] [check-ins using]
︙ | |||
26 27 28 29 30 31 32 | 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - + | /** * \brief A class to provide multiple delegates in a single class */ @interface XMPPMulticastDelegate: OFObject { OFDataArray *_delegates; |
︙ |