[ObjectHandler-cvs] ObjectHandler/ohxl/Register addin.cpp,1.1,1.2
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2006-10-04 03:44:52
|
Update of /cvsroot/objecthandler/ObjectHandler/ohxl/Register In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14931/ohxl/Register Modified Files: addin.cpp Log Message: bring ohxll up to date Index: addin.cpp =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/Register/addin.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** addin.cpp 3 Oct 2006 12:59:24 -0000 1.1 --- addin.cpp 3 Oct 2006 14:20:12 -0000 1.2 *************** *** 3,7 **** Copyright (C) 2004, 2005, 2006 Eric Ehlers - This file is part of QuantLib, a free-software/open-source library for financial quantitative analysts and developers - http://quantlib.org/ --- 3,6 ---- *************** *** 19,23 **** #include <xlsdk/xlsdkdefines.hpp> #include <ohxl/objecthandlerxl.hpp> ! #include <ohxl/Register/register.hpp> #include <ohxl/export.hpp> #include <ohxl/conversions.hpp> --- 18,22 ---- #include <xlsdk/xlsdkdefines.hpp> #include <ohxl/objecthandlerxl.hpp> ! #include <ohxl/Register/register_all.hpp> #include <ohxl/export.hpp> #include <ohxl/conversions.hpp> |