From 826329a1c81ee73d772f8cb2e8b79ba29c2d4ae5 Mon Sep 17 00:00:00 2001 From: nigel <> Date: Tue, 25 May 2004 07:38:27 +0000 Subject: [PATCH] New Autorelease pool stuff for NNTimer --- BasiliskII/src/MacOSX/NNThread.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/BasiliskII/src/MacOSX/NNThread.h b/BasiliskII/src/MacOSX/NNThread.h index 8a3deea1..72a0a1d5 100644 --- a/BasiliskII/src/MacOSX/NNThread.h +++ b/BasiliskII/src/MacOSX/NNThread.h @@ -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;