mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 16:50:52 +00:00
* GSWeb.framework/GSWSessionTimeOut.m/.h:
o changes for checkin/checkout code rewriting git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@17028 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
357bd8f7b8
commit
5d0fcc32b8
2 changed files with 16 additions and 2 deletions
|
@ -39,6 +39,7 @@
|
|||
NSString* _sessionID;
|
||||
NSTimeInterval _lastAccessTime;
|
||||
NSTimeInterval _timeOut;
|
||||
BOOL _isCheckedOut;
|
||||
};
|
||||
|
||||
-(void)dealloc;
|
||||
|
@ -58,6 +59,8 @@
|
|||
-(NSDate*)lastAccessTimeDate;
|
||||
-(NSTimeInterval)timeOutTime;
|
||||
-(NSDate*)timeOutTimeDate;
|
||||
-(BOOL)isCheckedOut;
|
||||
-(void)setIsCheckedOut:(BOOL)isCheckOut;
|
||||
@end
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue