mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-06-01 09:31:59 +00:00
GSWSessionTimeOutManager conforms to NSLocking protocol
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@36244 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
19c4052089
commit
1fb5357fd3
2 changed files with 5 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
|
||||
//====================================================================
|
||||
@interface GSWSessionTimeOutManager : NSObject
|
||||
@interface GSWSessionTimeOutManager : NSObject <NSLocking>
|
||||
{
|
||||
NSMutableArray* _sessionOrderedTimeOuts;
|
||||
NSMutableDictionary* _sessionTimeOuts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue