New Autorelease pool stuff for NNTimer

This commit is contained in:
nigel 2004-05-25 07:38:27 +00:00
parent 44e1e0455e
commit 826329a1c8

View File

@ -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;