mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-30 16:50:52 +00:00
Bug fixes, minor improvments and optimizations
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@20452 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8895e6d456
commit
cd39e1f8e1
55 changed files with 2341 additions and 902 deletions
|
@ -1,9 +1,9 @@
|
|||
/** GSWDynamicElement.h - <title>GSWeb: Class GSWDynamicElement</title>
|
||||
|
||||
Copyright (C) 1999-2002 Free Software Foundation, Inc.
|
||||
Copyright (C) 1999-2004 Free Software Foundation, Inc.
|
||||
|
||||
Written by: Manuel Guesdon <mguesdon@orange-concept.com>
|
||||
Date: Jan 1999
|
||||
Date: Jan 1999
|
||||
|
||||
$Revision$
|
||||
$Date$
|
||||
|
@ -45,6 +45,11 @@
|
|||
|
||||
//====================================================================
|
||||
@interface GSWDynamicElement (GSWDynamicElement)
|
||||
-(BOOL) evaluateCondition:(id)condition
|
||||
inContext:(GSWContext*)context
|
||||
noConditionAssociationDefault:(BOOL)noConditionAssociationDefault
|
||||
noConditionDefault:(BOOL)noConditionDefault;
|
||||
|
||||
-(BOOL)evaluateCondition:(id)condition
|
||||
inContext:(GSWContext*)context;
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue