[QuantLibAddin-cvs] QuantLibAddin/qlo/Conversions coerceobject.hpp, 1.2, 1.3
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2007-01-04 13:22:17
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo/Conversions In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27051/qlo/Conversions Modified Files: coerceobject.hpp Log Message: Index: coerceobject.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/Conversions/coerceobject.hpp,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** coerceobject.hpp 4 Jan 2007 11:21:55 -0000 1.2 --- coerceobject.hpp 4 Jan 2007 13:22:13 -0000 1.3 *************** *** 24,27 **** --- 24,33 ---- //NANDO: why in the ObjectHandler namespace? + + // It should not be. The correct approach would be to divide the Conversion/Coercion + // functions across the ObjectHandler, QuantLibAddin, and (not yet created) QuantLibXL + // namespaces, but for the sake of expediency all of this was put in the ObjectHandler + // namespace initially. + namespace ObjHandler { |