mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 09:41:15 +00:00
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:
parent
4856432f9b
commit
e0f7a690d5
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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 />
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue