mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 16:50:52 +00:00
* added GSWeb/GSWApplication+Defaults.h
* GSWeb/GNUmakefile: use -Werror * GSWeb/GSWFileUpload.* added multiple file support * Testing/DynamicElements/FileUpload1Page.wo added multiple file support * GSWeb/* fixed warnings on Mountain Lion git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@36200 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
041da71850
commit
2658ffe6b6
61 changed files with 1099 additions and 1054 deletions
|
@ -188,7 +188,7 @@ RCS_ID("$Id$")
|
|||
-(GSWElement*)invokeActionForRequest:(GSWRequest*)aRequest
|
||||
inContext:(GSWContext*)context
|
||||
{
|
||||
GSWElement* element = nil;
|
||||
id <GSWActionResults, NSObject> element = nil;
|
||||
NSString* senderID = nil;
|
||||
NSString* elementID = nil;
|
||||
GSWComponent * component = nil;
|
||||
|
@ -211,7 +211,7 @@ RCS_ID("$Id$")
|
|||
}
|
||||
}
|
||||
} else {
|
||||
element = [super invokeActionForRequest: aRequest inContext: context];
|
||||
element = (id <GSWActionResults, NSObject>) [super invokeActionForRequest: aRequest inContext: context];
|
||||
}
|
||||
return element;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue