2000-11-01 Manuel Guesdon <mguesdon@orange-concept.com>

* GSWeb.framework/GSWApplication.m: removed a trace
	* GSWeb.framework/GSWTemplateParserXML.m: fix XML
		properties key case bug
	* GSWeb.framework/GSWElementIDString.[hm]: changed
		implementation to conform to NSString cluster.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@7968 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Manuel Guesdon 2000-11-01 14:19:46 +00:00
parent 4e5087d1bc
commit ca9f69d06a
5 changed files with 21 additions and 7 deletions

View file

@ -26,13 +26,16 @@
#ifndef _GSWElementIDString_h__
#define _GSWElementIDString_h__
/*
//====================================================================
@interface GSWElementIDString : NSMutableString
@end
*/
//====================================================================
/*
@interface GSWElementIDString (GSWElementIDStringGSW)
*/
@interface NSMutableString (GSWElementIDStringGSW)
-(void)deleteAllElementIDComponents;
-(void)deleteLastElementIDComponent;
-(void)incrementLastElementIDComponent;
@ -44,6 +47,8 @@
#endif
@end
#define GSWElementIDString NSMutableString
#endif //_GSWElementIDString_h__