mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-22 03:01:27 +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
308c676de9
commit
7dae4fe605
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-03-02 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
* GSWeb/GSWSessionTimeOutManager.h
|
||||
GSWSessionTimeOutManager conforms to NSLocking protocol
|
||||
|
||||
2013-03-02 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
* regenerate configure from configure.ac
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
|
||||
//====================================================================
|
||||
@interface GSWSessionTimeOutManager : NSObject
|
||||
@interface GSWSessionTimeOutManager : NSObject <NSLocking>
|
||||
{
|
||||
NSMutableArray* _sessionOrderedTimeOuts;
|
||||
NSMutableDictionary* _sessionTimeOuts;
|
||||
|
|
Loading…
Reference in a new issue