Update of /cvsroot/objecthandler/ObjectHandler/gensrc/stubs
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17350/gensrc/stubs
Modified Files:
stub.excel.includes
Log Message:
consolidate conversion functions in preparation for implementation of coercion
Index: stub.excel.includes
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/gensrc/stubs/stub.excel.includes,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** stub.excel.includes 3 Oct 2006 09:32:37 -0000 1.6
--- stub.excel.includes 16 Nov 2006 12:38:40 -0000 1.7
***************
*** 2,6 ****
#include <oh/exception.hpp>
#include <ohxl/objecthandlerxl.hpp>
! #include <ohxl/conversions.hpp>
#include <ohxl/functioncall.hpp>
#include <sstream>
--- 2,6 ----
#include <oh/exception.hpp>
#include <ohxl/objecthandlerxl.hpp>
! #include <ohxl/Conversions/all.hpp>
#include <ohxl/functioncall.hpp>
#include <sstream>
|