Update of /cvsroot/objecthandler/ObjectHandler/ohxl/Functions
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17350/ohxl/Functions
Modified Files:
.cvsignore manual.cpp
Log Message:
consolidate conversion functions in preparation for implementation of coercion
Index: .cvsignore
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/Functions/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** .cvsignore 18 Oct 2006 13:01:29 -0000 1.3
--- .cvsignore 16 Nov 2006 12:38:41 -0000 1.4
***************
*** 1,2 ****
--- 1,3 ----
functions.cpp
functioncount.hpp
+ export.hpp
\ No newline at end of file
Index: manual.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/Functions/manual.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** manual.cpp 30 Oct 2006 18:39:18 -0000 1.6
--- manual.cpp 16 Nov 2006 12:38:41 -0000 1.7
***************
*** 22,26 ****
#include <oh/exception.hpp>
#include <ohxl/objecthandlerxl.hpp>
! #include <ohxl/conversions.hpp>
#include <ohxl/functioncall.hpp>
#include <ohxl/Functions/functioncount.hpp>
--- 22,26 ----
#include <oh/exception.hpp>
#include <ohxl/objecthandlerxl.hpp>
! #include <ohxl/Conversions/all.hpp>
#include <ohxl/functioncall.hpp>
#include <ohxl/Functions/functioncount.hpp>
|