Prefix *all* IVars with _.

This commit is contained in:
Jonathan Schleifer 2013-06-23 22:13:43 +02:00
parent cd292b53fa
commit 4fead04d9a
12 changed files with 56 additions and 69 deletions

View file

@ -30,11 +30,8 @@
*/
@interface XMPPStanza: OFXMLElement
{
XMPPJID *_from;
XMPPJID *_to;
OFString *_type;
OFString *_ID;
OFString *_language;
XMPPJID *_from, *_to;
OFString *_type, *_ID, *_language;
}
#ifdef OF_HAVE_PROPERTIES