[ObjectHandler-cvs] ObjectHandler/gensrc/metadata functions.xml, 1.20, 1.21
Brought to you by:
ericehlers,
nando
From: Eric E. <eri...@us...> - 2006-10-05 10:41:46
|
Update of /cvsroot/objecthandler/ObjectHandler/gensrc/metadata In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv31732 Modified Files: functions.xml Log Message: rename ohCallGC to ohCollectGarbage Index: functions.xml =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/metadata/functions.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** functions.xml 4 Oct 2006 13:24:36 -0000 1.20 --- functions.xml 5 Oct 2006 10:41:43 -0000 1.21 *************** *** 13,17 **** <Functions> ! <Procedure name='ohCallGC'> <description>delete orphaned objects from repository</description> <alias>ObjHandler::ObjectHandlerXL::instance().collectGarbage</alias> --- 13,17 ---- <Functions> ! <Procedure name='ohCollectGarbage'> <description>delete orphaned objects from repository</description> <alias>ObjHandler::ObjectHandlerXL::instance().collectGarbage</alias> |