[ObjectHandler-cvs] ObjectHandler/ohxl/Conversions opertoscalar.hpp, 1.4, 1.5
Brought to you by:
ericehlers,
nando
From: Eric E. <eri...@us...> - 2007-01-03 20:44:18
|
Update of /cvsroot/objecthandler/ObjectHandler/ohxl/Conversions In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv28705/ohxl/Conversions Modified Files: opertoscalar.hpp Log Message: Index: opertoscalar.hpp =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/Conversions/opertoscalar.hpp,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** opertoscalar.hpp 3 Jan 2007 17:42:02 -0000 1.4 --- opertoscalar.hpp 3 Jan 2007 20:44:16 -0000 1.5 *************** *** 26,29 **** --- 26,34 ---- //NANDO why are these returning void? + + // If they were to return the "ret" value then they would be + // overloaded functions differing only by return type and + // would not compile. + DLL_API void operToScalar(long &ret, const OPER &xScalar); DLL_API void operToScalar(double &ret, const OPER &xScalar); |