mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-23 15:33:43 +00:00
* GSWeb/GSWContext.m
move @interface before @implementation git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@36248 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bf98c56b9b
commit
ba2bc5df95
2 changed files with 7 additions and 4 deletions
|
@ -14,6 +14,8 @@
|
|||
* GSWeb/GSWResourceManager.m
|
||||
* GSWeb/GSWHTMLStaticElement.m
|
||||
do not use redundant stringWithString:
|
||||
* GSWeb/GSWContext.m
|
||||
move @interface before @implementation
|
||||
|
||||
2013-03-02 Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
* regenerate configure from configure.ac
|
||||
|
|
|
@ -202,6 +202,11 @@ GSWEB_EXPORT BOOL GSWContext_isSenderIDSearchOver(GSWContext* aContext)
|
|||
return NO;
|
||||
}
|
||||
|
||||
|
||||
@interface NSMutableDictionary (GSWContextAdditions)
|
||||
- (id) sessionID;
|
||||
@end
|
||||
|
||||
@implementation NSMutableDictionary (GSWContextAdditions)
|
||||
|
||||
// sessionIDInQueryDictionary
|
||||
|
@ -218,10 +223,6 @@ GSWEB_EXPORT BOOL GSWContext_isSenderIDSearchOver(GSWContext* aContext)
|
|||
|
||||
@end
|
||||
|
||||
@interface NSMutableDictionary (GSWContextAdditions)
|
||||
- (id) sessionID;
|
||||
@end
|
||||
|
||||
//====================================================================
|
||||
@implementation GSWContext
|
||||
|
||||
|
|
Loading…
Reference in a new issue