Differences From Artifact [45287c4c88]:
- File src/XMPPMulticastDelegate.h — part of check-in [85bda4afee] at 2012-03-21 10:56:56 on branch trunk — Update URL in copyright. (user: js, size: 2263) [annotate] [blame] [check-ins using]
To Artifact [3d08dfb767]:
- File src/XMPPMulticastDelegate.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: 2264) [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 { /// \cond internal |
︙ |