mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Patches submitted from May 20 to Aug 28 1997
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2406 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7b12c4af23
commit
a57d791f91
119 changed files with 16409 additions and 1698 deletions
|
@ -24,7 +24,7 @@
|
|||
#include <Foundation/NSTimer.h>
|
||||
#include <Foundation/NSDate.h>
|
||||
#include <Foundation/NSException.h>
|
||||
#include <gnustep/base/RunLoop.h>
|
||||
#include <Foundation/NSRunLoop.h>
|
||||
#include <gnustep/base/Invocation.h>
|
||||
|
||||
@implementation NSTimer
|
||||
|
@ -87,7 +87,7 @@
|
|||
id t = [self timerWithTimeInterval: ti
|
||||
invocation: invocation
|
||||
repeats: f];
|
||||
[[RunLoop currentInstance] addTimer: t forMode: RunLoopDefaultMode];
|
||||
[[NSRunLoop currentRunLoop] addTimer: t forMode: NSDefaultRunLoopMode];
|
||||
return t;
|
||||
}
|
||||
|
||||
|
@ -102,7 +102,7 @@
|
|||
selector: selector
|
||||
userInfo: info
|
||||
repeats: f];
|
||||
[[RunLoop currentInstance] addTimer: t forMode: RunLoopDefaultMode];
|
||||
[[NSRunLoop currentRunLoop] addTimer: t forMode: NSDefaultRunLoopMode];
|
||||
return t;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue