Turn the NSXMLParserDelegateEventAdditions informal protocol into the

protocol NSXMLParserDelegate.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34133 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2011-11-07 15:54:43 +00:00
parent 4856432f9b
commit e0f7a690d5
2 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2011-11-07 Fred Kiefer <FredKiefer@gmx.de>
* Headers/Foundation/NSXMLParser.h: Turn the
NSXMLParserDelegateEventAdditions informal protocol into the
protocol NSXMLParserDelegate.
2011-11-07 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSValueTransformer.m

View file

@ -187,9 +187,9 @@ GS_EXPORT NSString* const NSXMLParserErrorDomain;
/**
* Methods implemented by a delegate in order to make use of the parser.<br />
* This is an informal protocol.
* This is now a formal protocol.
*/
@interface NSObject (NSXMLParserDelegateEventAdditions)
@protocol NSXMLParserDelegate <NSObject>
/** <override-dummy />
*/