mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 16:50:52 +00:00
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:
parent
4e5087d1bc
commit
ca9f69d06a
5 changed files with 21 additions and 7 deletions
|
@ -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__
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue