mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-06-03 18:40:51 +00:00
fixed many warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@26815 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5f46103104
commit
1f250eb844
93 changed files with 1335 additions and 731 deletions
|
@ -34,6 +34,7 @@
|
|||
#ifndef _GSWHTMLDynamicElement_h__
|
||||
#define _GSWHTMLDynamicElement_h__
|
||||
|
||||
#include "GSWDynamicGroup.h"
|
||||
|
||||
//====================================================================
|
||||
@interface GSWHTMLDynamicElement: GSWDynamicGroup
|
||||
|
@ -44,6 +45,7 @@
|
|||
NSString * _constantAttributesRepresentation;
|
||||
NSMutableDictionary * _associations;
|
||||
BOOL _finishedInitialization;
|
||||
GSWAssociation * _secure;
|
||||
}
|
||||
|
||||
- (NSDictionary*) computeQueryDictionaryWithActionClassAssociation: (GSWAssociation*)actionClass
|
||||
|
@ -52,6 +54,11 @@
|
|||
otherQueryAssociations: (NSDictionary*)otherQueryAssociations
|
||||
inContext: (GSWContext*)context;
|
||||
|
||||
- (NSDictionary*) computeQueryDictionaryWithRequestHandlerPath: (NSString*) aRequestHandlerPath
|
||||
queryDictionaryAssociation: (GSWAssociation*) queryDictionary
|
||||
otherQueryAssociations: (NSDictionary*) otherQueryAssociations
|
||||
inContext: (GSWContext*) context;
|
||||
|
||||
-(NSString*)computeActionStringWithActionClassAssociation:(GSWAssociation*)actionClass
|
||||
directActionNameAssociation:(GSWAssociation*)directActionName
|
||||
inContext:(GSWContext*)context;
|
||||
|
@ -80,5 +87,7 @@
|
|||
inComponent: (GSWComponent *) component;
|
||||
- (NSString*) elementName;
|
||||
|
||||
- (BOOL) secureInContext:(GSWContext*) context;
|
||||
|
||||
@end
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue