mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Minor tweaks and comments added
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25150 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6f5cfff5a5
commit
cb42f0bb8f
4 changed files with 35 additions and 17 deletions
|
@ -754,6 +754,10 @@ static NSURLProtocol *placeholder = nil;
|
|||
|
||||
- (void) stream: (NSStream*) stream handleEvent: (NSStreamEvent) event
|
||||
{
|
||||
/* Make sure no action triggered by anything else destroys us prematurely.
|
||||
*/
|
||||
AUTORELEASE(RETAIN(self));
|
||||
|
||||
#if 0
|
||||
NSLog(@"stream: %@ handleEvent: %x for: %@", stream, event, self);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue