mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-22 23:11:15 +00:00
* GSWeb/GSWResourceManager.h
* GSWeb/GSWComponent.h disable GS_ATTRIB_DEPRECATED until a solution is found git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30813 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5e0475ee6c
commit
bf51836d1f
3 changed files with 11 additions and 6 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-06-22 David Wetzel <dave@turbocat.de>
|
||||
* GSWeb/GSWResourceManager.h
|
||||
* GSWeb/GSWComponent.h
|
||||
disable GS_ATTRIB_DEPRECATED until a solution is found
|
||||
|
||||
2010-06-21 David Wetzel <dave@turbocat.de>
|
||||
* GSWExtensions/GSWPageRestorationErrorPage.gswc/GSWPageRestorationErrorPage.gswd
|
||||
* GSWExtensions/GSWSessionCreationErrorPage.gswc/GSWSessionCreationErrorPage.gswd
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
-(GSWElement*)_childTemplate;
|
||||
-(GSWElement*) template;
|
||||
-(GSWComponentDefinition*)_componentDefinition;
|
||||
-(NSString*)_templateName GS_ATTRIB_DEPRECATED;
|
||||
-(NSString*)_templateName /*GS_ATTRIB_DEPRECATED*/;
|
||||
-(NSString*)declarationName;
|
||||
-(BOOL)_isPage;
|
||||
-(void)_setIsPage:(BOOL)isPage;
|
||||
|
@ -226,7 +226,7 @@ Call this method before using a component which was cached in a variable.
|
|||
// forKey:(id)key;
|
||||
|
||||
-(NSString*)urlForResourceNamed:(NSString*)aName
|
||||
ofType:(NSString*)extension GS_ATTRIB_DEPRECATED;
|
||||
ofType:(NSString*)extension /*GS_ATTRIB_DEPRECATED*/;
|
||||
|
||||
/*
|
||||
Deprecated in WO 4.0.
|
||||
|
@ -235,7 +235,7 @@ Call this method before using a component which was cached in a variable.
|
|||
instead.
|
||||
*/
|
||||
-(NSString*)pathForResourceNamed:(NSString*)aName
|
||||
ofType:(NSString*)extension GS_ATTRIB_DEPRECATED;
|
||||
ofType:(NSString*)extension /*GS_ATTRIB_DEPRECATED*/;
|
||||
|
||||
+(GSWElement*)templateWithHTMLString:(NSString*)htmlString
|
||||
declarationString:(NSString*)declarationString
|
||||
|
@ -250,7 +250,7 @@ Call this method before using a component which was cached in a variable.
|
|||
*/
|
||||
|
||||
+(GSWElement*)templateWithHTMLString:(NSString *)htmlString
|
||||
declarationString:(NSString*)declarationString GS_ATTRIB_DEPRECATED;
|
||||
declarationString:(NSString*)declarationString /*GS_ATTRIB_DEPRECATED*/;
|
||||
|
||||
|
||||
- (GSWResponse*)generateResponse;
|
||||
|
|
|
@ -110,14 +110,14 @@ GSWEB_EXPORT NSDictionary* globalMime;
|
|||
*/
|
||||
|
||||
-(NSString*)urlForResourceNamed:(NSString*)name
|
||||
inFramework:(NSString*)frameworkName GS_ATTRIB_DEPRECATED;
|
||||
inFramework:(NSString*)frameworkName /*GS_ATTRIB_DEPRECATED*/;
|
||||
|
||||
/* Deprecated in WO 4.0.
|
||||
* Use pathForResourceNamed:inFramework:languages: instead.
|
||||
*/
|
||||
|
||||
-(NSString*)pathForResourceNamed:(NSString*)name
|
||||
inFramework:(NSString*)frameworkName GS_ATTRIB_DEPRECATED;
|
||||
inFramework:(NSString*)frameworkName /*GS_ATTRIB_DEPRECATED*/;
|
||||
|
||||
+(NSString*)GSLanguageFromISOLanguage:(NSString*)ISOLanguage; //NDFN
|
||||
+(NSArray*)GSLanguagesFromISOLanguages:(NSArray*)ISOlanguages; //NDFN
|
||||
|
|
Loading…
Reference in a new issue