[ObjectHandler-cvs] ObjectHandler/Examples/xl addinstatic.cpp, 1.11, 1.12
Brought to you by:
ericehlers,
nando
From: Eric E. <eri...@us...> - 2006-10-04 03:45:34
|
Update of /cvsroot/objecthandler/ObjectHandler/Examples/xl In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14894/Examples/xl Modified Files: addinstatic.cpp Log Message: subdivide function registration code into multiple source files Index: addinstatic.cpp =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/Examples/xl/addinstatic.cpp,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** addinstatic.cpp 20 Sep 2006 20:17:07 -0000 1.11 --- addinstatic.cpp 2 Oct 2006 12:31:16 -0000 1.12 *************** *** 18,22 **** #include <account.hpp> #include <ohxl/objhandlerxl.hpp> ! #include <ohxl/register.hpp> #include <ohxl/export.hpp> --- 18,22 ---- #include <account.hpp> #include <ohxl/objhandlerxl.hpp> ! #include <ohxl/Register/register_all.hpp> #include <ohxl/export.hpp> *************** *** 39,43 **** Excel(xlGetName, &xDll, 0); ! ohRegisterFunctions(xDll); Excel(xlfRegister, 0, 7, &xDll, --- 39,43 ---- Excel(xlGetName, &xDll, 0); ! registerFunctions(xDll); Excel(xlfRegister, 0, 7, &xDll, |