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