mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
add some comments
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34862 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c8225e058b
commit
ecaf57e6ce
2 changed files with 7 additions and 4 deletions
|
@ -218,9 +218,10 @@ typedef struct
|
|||
}
|
||||
}
|
||||
|
||||
/* According to bug #35686, Cocoa has a bizarre deviation from the convention
|
||||
* that delegates are not retained here. For compatibility we retain the
|
||||
* delegate and release it aggain when the operation is over.
|
||||
/* According to bug #35686, Cocoa has a bizarre deviation from the
|
||||
* convention that delegates are not retained here.
|
||||
* For compatibility we retain the delegate and release it again
|
||||
* when the operation is over.
|
||||
*/
|
||||
this->_delegate = [delegate retain];
|
||||
this->_protocol = [[NSURLProtocol alloc]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue