ObjXMPP  Diff

Differences From Artifact [3d08dfb767]:

To Artifact [6630339e62]:


25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
25
26
27
28
29
30
31

32

33
34
35
36
37
38
39







-

-







@class OFDataArray;

/**
 * \brief A class to provide multiple delegates in a single class
 */
@interface XMPPMulticastDelegate: OFObject
{
/// \cond internal
	OFDataArray *_delegates;
/// \endcond
}

/**
 * \brief Adds a delegate which should receive the broadcasts.
 *
 * \param delegate The delegate to add
 */