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

@ -64,8 +64,7 @@
*/
@interface XMPPStreamErrorException: XMPPException
{
OFString *_condition;
OFString *_reason;
OFString *_condition, *_reason;
}
#ifdef OF_HAVE_PROPERTIES
@ -109,8 +108,7 @@
*/
@interface XMPPStringPrepFailedException: XMPPException
{
OFString *_profile;
OFString *_string;
OFString *_profile, *_string;
}
#ifdef OF_HAVE_PROPERTIES
@ -153,8 +151,7 @@
*/
@interface XMPPIDNATranslationFailedException: XMPPException
{
OFString *_operation;
OFString *_string;
OFString *_operation, *_string;
}
#ifdef OF_HAVE_PROPERTIES