ObjXMPP  Check-in [ea1c2bdca9]

Overview
Comment:Fix typo intenral -> internal
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ea1c2bdca9c55f041961d397085466a20251b82ab98051ae2488a067f51b692d
User & Date: florob@babelmonkeys.de on 2012-12-09 20:53:33
Other Links: manifest | tags
Context
2012-12-13
21:20
Make reconnecting possible. check-in: cd6ac2904d user: florob@babelmonkeys.de tags: trunk
2012-12-09
20:53
Fix typo intenral -> internal check-in: ea1c2bdca9 user: florob@babelmonkeys.de tags: trunk
2012-12-02
00:15
Fix build dependencies check-in: 6b06622e03 user: florob@babelmonkeys.de tags: trunk
Changes

Modified src/XMPPRosterItem.h from [3fb391d98b] to [c9a8690e71].

25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
@class XMPPJID;

/**
 * \brief A class for representing an item in the roster.
 */
@interface XMPPRosterItem: OFObject
{
/// \cond intenral
	XMPPJID *JID;
	OFString *name;
	OFString *subscription;
	OFArray *groups;
/// \endcond
}








|







25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
@class XMPPJID;

/**
 * \brief A class for representing an item in the roster.
 */
@interface XMPPRosterItem: OFObject
{
/// \cond internal
	XMPPJID *JID;
	OFString *name;
	OFString *subscription;
	OFArray *groups;
/// \endcond
}