[QuantLibAddin-cvs] QuantLibAddin/gensrc/metadata schedule.xml, 1.12, 1.13
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-10-03 18:24:05
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20314/gensrc/metadata Modified Files: schedule.xml Log Message: deprecating old Schedule constructors... Index: schedule.xml =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/schedule.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** schedule.xml 5 Sep 2006 11:44:53 -0000 1.12 --- schedule.xml 3 Oct 2006 18:23:59 -0000 1.13 *************** *** 8,12 **** <Functions> ! <Constructor name='qlSchedule'> <libraryFunction>Schedule</libraryFunction> <supportedPlatforms> --- 8,12 ---- <Functions> ! <!--<Constructor name='qlSchedule'> <libraryFunction>Schedule</libraryFunction> <supportedPlatforms> *************** *** 58,64 **** </Parameters> </ParameterList> ! </Constructor> ! <Constructor name='qlSchedule2'> <libraryFunction>Schedule</libraryFunction> <supportedPlatforms> --- 58,64 ---- </Parameters> </ParameterList> ! </Constructor>--> ! <Constructor name='qlSchedule'> <libraryFunction>Schedule</libraryFunction> <supportedPlatforms> |