Update of /cvsroot/objecthandler/ObjectHandler/ohxl/Functions
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14365/ohxl/Functions
Modified Files:
manual.cpp
Log Message:
use ,; as default delimiters for ohSplit()
Index: manual.cpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/Functions/manual.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** manual.cpp 11 Dec 2006 13:12:37 -0000 1.12
--- manual.cpp 12 Dec 2006 15:04:19 -0000 1.13
***************
*** 215,219 ****
std::string delim =
! ObjHandler::operToScalar<std::string>(*delimOper, "[:space:]", "delim");
// invoke the utility function
--- 215,219 ----
std::string delim =
! ObjHandler::operToScalar<std::string>(*delimOper, ",;", "delim");
// invoke the utility function
|