[QuantLibAddin-cvs] QuantLibAddin/qlo calendar.hpp,1.2,1.3
Brought to you by:
ericehlers,
nando
|
From: Ferdinando A. <na...@us...> - 2006-06-06 02:54:23
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv11898/qlo Modified Files: calendar.hpp Log Message: exportinf Calendar and DayCounter interface Index: calendar.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/calendar.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** calendar.hpp 23 May 2006 11:49:07 -0000 1.2 --- calendar.hpp 5 Jun 2006 13:28:46 -0000 1.3 *************** *** 34,38 **** } protected: ! boost::shared_ptr<QuantLib::JointCalendar> jointCalendar_; }; --- 34,38 ---- } protected: ! boost::shared_ptr<QuantLib::Calendar> jointCalendar_; }; |