Differences From Artifact [dd96fb9a11]:
- File src/XMPPMulticastDelegate.h — part of check-in [34a22d87a9] at 2012-02-01 00:26:06 on branch trunk — Document XMPPMulticastDelegate (user: florob@babelmonkeys.de, size: 2171) [annotate] [blame] [check-ins using] [more...]
To Artifact [e8290add4f]:
- File src/XMPPMulticastDelegate.h — part of check-in [f5739f6ee6] at 2012-02-03 10:43:44 on branch trunk — Hide instance variables from the documentation. (user: js, size: 2203) [annotate] [blame] [check-ins using]
︙ | |||
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | + + | @class OFDataArray; /** * \brief A class to provide multiple delegates in a single class */ @interface XMPPMulticastDelegate: OFObject { /// \cond internal OFDataArray *delegates; /// \endcond } /** * Adds a delegate to the set of managed delegates * * \param delegate The delegate to add */ |
︙ |