[ObjectHandler-cvs] ObjectHandler/gensrc/metadata functions.xml, 1.24, 1.25
Brought to you by:
ericehlers,
nando
From: Eric E. <eri...@us...> - 2006-10-29 14:11:43
|
Update of /cvsroot/objecthandler/ObjectHandler/gensrc/metadata In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26246/gensrc/metadata Modified Files: functions.xml Log Message: ohDependsOn() - throw exception if inputs contain error values Index: functions.xml =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/metadata/functions.xml,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** functions.xml 29 Oct 2006 13:04:26 -0000 1.24 --- functions.xml 29 Oct 2006 14:11:37 -0000 1.25 *************** *** 76,80 **** </Procedure> ! <Procedure name='ohDependsOn'> <description>forces a dependency between two functions and returns the update counter</description> <alias>ObjHandler::dependsOn</alias> --- 76,80 ---- </Procedure> ! <Procedure name='ohDependsOn' dependencyTrigger='false'> <description>forces a dependency between two functions and returns the update counter</description> <alias>ObjHandler::dependsOn</alias> |