Update of /cvsroot/objecthandler/ObjectHandler/ohxl
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17350/ohxl
Modified Files:
.cvsignore callingrange.cpp functioncall.cpp
objecthandlerxl.cpp objhandlerxl.hpp
Removed Files:
conversions.cpp conversions.hpp
Log Message:
consolidate conversion functions in preparation for implementation of coercion
Index: .cvsignore
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** .cvsignore 18 Oct 2006 13:01:26 -0000 1.5
--- .cvsignore 16 Nov 2006 12:38:40 -0000 1.6
***************
*** 1,3 ****
Makefile
Makefile.in
- export.hpp
--- 1,2 ----
Index: objecthandlerxl.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/objecthandlerxl.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** objecthandlerxl.cpp 30 Oct 2006 16:21:40 -0000 1.21
--- objecthandlerxl.cpp 16 Nov 2006 12:38:40 -0000 1.22
***************
*** 20,24 ****
#include <ohxl/objecthandlerxl.hpp>
#include <ohxl/callingrange.hpp>
! #include <ohxl/conversions.hpp>
#include <ohxl/functioncall.hpp>
/* Use BOOST_MSVC instead of _MSC_VER since some other vendors (Metrowerks,
--- 20,24 ----
#include <ohxl/objecthandlerxl.hpp>
#include <ohxl/callingrange.hpp>
! #include <ohxl/Conversions/opertoscalar.hpp>
#include <ohxl/functioncall.hpp>
/* Use BOOST_MSVC instead of _MSC_VER since some other vendors (Metrowerks,
--- conversions.hpp DELETED ---
Index: functioncall.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/functioncall.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** functioncall.cpp 30 Oct 2006 15:46:51 -0000 1.11
--- functioncall.cpp 16 Nov 2006 12:38:40 -0000 1.12
***************
*** 20,24 ****
#include <oh/exception.hpp>
#include <ohxl/functioncall.hpp>
! #include <ohxl/conversions.hpp>
#include <sstream>
#include <string>
--- 20,24 ----
#include <oh/exception.hpp>
#include <ohxl/functioncall.hpp>
! #include <ohxl/Conversions/opertoscalar.hpp>
#include <sstream>
#include <string>
--- conversions.cpp DELETED ---
Index: callingrange.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/callingrange.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** callingrange.cpp 4 Oct 2006 09:37:43 -0000 1.11
--- callingrange.cpp 16 Nov 2006 12:38:40 -0000 1.12
***************
*** 17,21 ****
#include <ohxl/callingrange.hpp>
! #include <ohxl/conversions.hpp>
#include <ohxl/functioncall.hpp>
#include <oh/objecthandler.hpp>
--- 17,21 ----
#include <ohxl/callingrange.hpp>
! #include <ohxl/Conversions/opertoscalar.hpp>
#include <ohxl/functioncall.hpp>
#include <oh/objecthandler.hpp>
Index: objhandlerxl.hpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/objhandlerxl.hpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** objhandlerxl.hpp 11 Jun 2006 12:38:22 -0000 1.1
--- objhandlerxl.hpp 16 Nov 2006 12:38:40 -0000 1.2
***************
*** 21,25 ****
#include <oh/objhandler.hpp>
#include <ohxl/objecthandlerxl.hpp>
! #include <ohxl/conversions.hpp>
#include <ohxl/functioncall.hpp>
#include <ohxl/callingrange.hpp>
--- 21,25 ----
#include <oh/objhandler.hpp>
#include <ohxl/objecthandlerxl.hpp>
! #include <ohxl/Conversions/all.hpp>
#include <ohxl/functioncall.hpp>
#include <ohxl/callingrange.hpp>
|