o added _otherPathQueryAssociations

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18170 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mguesdon 2003-11-24 11:47:45 +00:00
parent 5269ab1189
commit 4f778a8865
4 changed files with 38 additions and 7 deletions

View file

@ -44,13 +44,12 @@
//GSWeb Additions {
GSWAssociation* _disabled;
GSWAssociation* _enabled;
NSDictionary* _otherPathQueryAssociations;
// }
NSDictionary* _otherQueryAssociations;
};
-(id)description;
-(id)elementName;
-(void)dealloc;
-(id)initWithName:(NSString*)name
associations:(NSDictionary*)associations