From 60b14cbd95e89e580485f73304780ec6480dda18 Mon Sep 17 00:00:00 2001 From: Manuel Guesdon Date: Mon, 24 Nov 2003 12:03:03 +0000 Subject: [PATCH] o added -tryLockBeforeTimeIntervalSinceNow: o added -lockBeforeTimeIntervalSinceNow: git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18176 72102866-910b-0410-8b05-ffd578937521 --- GSWeb.framework/GSWSessionTimeOutManager.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/GSWeb.framework/GSWSessionTimeOutManager.h b/GSWeb.framework/GSWSessionTimeOutManager.h index b83dd35..285e1b7 100644 --- a/GSWeb.framework/GSWSessionTimeOutManager.h +++ b/GSWeb.framework/GSWSessionTimeOutManager.h @@ -56,6 +56,8 @@ -(void)removeCallBack; -(void)setCallBack:(SEL)callback target:(id)target; +-(BOOL)tryLockBeforeTimeIntervalSinceNow:(NSTimeInterval)ti; +-(void)lockBeforeTimeIntervalSinceNow:(NSTimeInterval)ti; -(void)lock; -(void)unlock; // Must not be locked