mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-27 00:29:40 +00:00
New Autorelease pool stuff for NNTimer
This commit is contained in:
parent
44e1e0455e
commit
826329a1c8
@ -2,7 +2,7 @@
|
||||
// NNThread.h -Not Nextstep Thread?
|
||||
// Nigel's Nice Thread?
|
||||
//
|
||||
// Revision 1.1, Wed Nov 7 2001.
|
||||
// Revision 1.2, Tuesday May 25 2004
|
||||
//
|
||||
// Created by Nigel Pearson on Tue Nov 28 2000.
|
||||
// Public Domain. No rights reserved.
|
||||
@ -77,6 +77,8 @@ NNTimeUnits;
|
||||
SEL timerSel;
|
||||
}
|
||||
|
||||
- (NNTimer *) initWithAutoRelPool;
|
||||
|
||||
- (void) changeIntervalTo: (int)number units: (NNTimeUnits)units;
|
||||
- (void) invalidate;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user