[QuantLibAddin-cvs] QuantLibAddin/qlo/Conversions coerceindex.hpp, 1.3, 1.4
Brought to you by:
ericehlers,
nando
|
From: Eric E. <eri...@us...> - 2007-01-09 10:55:34
|
Update of /cvsroot/quantlibaddin/QuantLibAddin/qlo/Conversions In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv9422/qlo/Conversions Modified Files: coerceindex.hpp Log Message: Index: coerceindex.hpp =================================================================== RCS file: /cvsroot/quantlibaddin/QuantLibAddin/qlo/Conversions/coerceindex.hpp,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** coerceindex.hpp 2 Jan 2007 14:46:14 -0000 1.3 --- coerceindex.hpp 9 Jan 2007 10:55:30 -0000 1.4 *************** *** 25,30 **** namespace ObjHandler { ! // CoerceIndexVector - accept a string which is the ID of either ! // and Enumerated Class or an object in the repository, // and return the appropriate index object --- 25,30 ---- namespace ObjHandler { ! // CoerceIndex - accept a string which is the ID of either ! // an Enumerated Class or an object in the repository, // and return the appropriate index object |