mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-01-14 14:33:46 +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?
|
// NNThread.h -Not Nextstep Thread?
|
||||||
// Nigel's Nice 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.
|
// Created by Nigel Pearson on Tue Nov 28 2000.
|
||||||
// Public Domain. No rights reserved.
|
// Public Domain. No rights reserved.
|
||||||
@ -77,6 +77,8 @@ NNTimeUnits;
|
|||||||
SEL timerSel;
|
SEL timerSel;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- (NNTimer *) initWithAutoRelPool;
|
||||||
|
|
||||||
- (void) changeIntervalTo: (int)number units: (NNTimeUnits)units;
|
- (void) changeIntervalTo: (int)number units: (NNTimeUnits)units;
|
||||||
- (void) invalidate;
|
- (void) invalidate;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user