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>
|