mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 08:41:24 +00:00
* GSWeb.framework/GSWSessionTimeOutManager.m/.h:
o changes for checkin/checkout code rewriting o set timer interval minimum to 5s instead of 1s git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@17029 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5d0fcc32b8
commit
c564f0ad42
2 changed files with 97 additions and 38 deletions
|
@ -48,8 +48,6 @@
|
|||
#endif
|
||||
};
|
||||
|
||||
-(id)init;
|
||||
-(void)dealloc;
|
||||
-(void)updateTimeOutForSessionWithID:(NSString*)sessionID
|
||||
timeOut:(NSTimeInterval)timeOut;
|
||||
-(void)handleTimer:(NSTimer*)timer;
|
||||
|
@ -60,6 +58,8 @@
|
|||
target:(id)target;
|
||||
-(void)lock;
|
||||
-(void)unlock;
|
||||
// Must not be locked
|
||||
-(GSWSessionTimeOut*)sessionTimeOutForSessionID:(NSString*)sessionID;
|
||||
@end
|
||||
|
||||
//====================================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue