[QuantLibAddin-cvs] QuantLibAddin QuantLibObjects_vc8.vcproj, 1.6, 1.7
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-06-06 08:10:09
|
Update of /cvsroot/quantlibaddin/QuantLibAddin In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv22689 Modified Files: QuantLibObjects_vc8.vcproj Log Message: renaming simpleswap.* files as vanillaswap.*, according to the actual class name Index: QuantLibObjects_vc8.vcproj =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/QuantLibObjects_vc8.vcproj,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** QuantLibObjects_vc8.vcproj 5 Jun 2006 11:42:57 -0000 1.6 --- QuantLibObjects_vc8.vcproj 6 Jun 2006 08:10:05 -0000 1.7 *************** *** 419,426 **** </File> <File - RelativePath="qlo\simpleswap.cpp" - > - </File> - <File RelativePath="qlo\swap.cpp" > --- 419,422 ---- *************** *** 439,442 **** --- 435,442 ---- </File> <File + RelativePath=".\qlo\vanillaswap.cpp" + > + </File> + <File RelativePath="qlo\vo_calendar.cpp" > *************** *** 483,495 **** </File> <File ! RelativePath="qlo\vo_simpleswap.cpp" > </File> <File ! RelativePath="qlo\vo_swap.cpp" > </File> <File ! RelativePath="qlo\vo_termstructures.cpp" > </File> --- 483,495 ---- </File> <File ! RelativePath="qlo\vo_swap.cpp" > </File> <File ! RelativePath="qlo\vo_termstructures.cpp" > </File> <File ! RelativePath=".\qlo\vo_vanillaswap.cpp" > </File> *************** *** 628,635 **** </File> <File - RelativePath="qlo\simpleswap.hpp" - > - </File> - <File RelativePath="qlo\swap.hpp" > --- 628,631 ---- *************** *** 656,659 **** --- 652,659 ---- </File> <File + RelativePath=".\qlo\vanillaswap.hpp" + > + </File> + <File RelativePath="qlo\vo_calendar.hpp" > *************** *** 700,712 **** </File> <File ! RelativePath="qlo\vo_simpleswap.hpp" > </File> <File ! RelativePath="qlo\vo_swap.hpp" > </File> <File ! RelativePath="qlo\vo_termstructures.hpp" > </File> --- 700,712 ---- </File> <File ! RelativePath="qlo\vo_swap.hpp" > </File> <File ! RelativePath="qlo\vo_termstructures.hpp" > </File> <File ! RelativePath=".\qlo\vo_vanillaswap.hpp" > </File> |