[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata ohfunctions.xml, 1.4, 1.5
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-10-05 10:42:58
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1823 Modified Files: ohfunctions.xml Log Message: rename ohCallGC to ohCollectGarbage Index: ohfunctions.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/ohfunctions.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ohfunctions.xml 4 Oct 2006 13:31:32 -0000 1.4 --- ohfunctions.xml 5 Oct 2006 10:42:52 -0000 1.5 *************** *** 11,15 **** <Functions> ! <Procedure name='ohCallGC'> <description>delete orphaned objects from repository</description> <alias>ObjHandler::ObjectHandlerXL::instance().collectGarbage</alias> --- 11,15 ---- <Functions> ! <Procedure name='ohCollectGarbage'> <description>delete orphaned objects from repository</description> <alias>ObjHandler::ObjectHandlerXL::instance().collectGarbage</alias> |