[ObjectHandler-cvs] ObjectHandler/ohxl/Functions manual.cpp, 1.15, 1.16
Brought to you by:
ericehlers,
nando
From: Ferdinando A. <na...@us...> - 2007-01-03 16:25:09
|
Update of /cvsroot/objecthandler/ObjectHandler/ohxl/Functions In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18940/ohxl/Functions Modified Files: manual.cpp Log Message: Index: manual.cpp =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/Functions/manual.cpp,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** manual.cpp 3 Jan 2007 14:24:30 -0000 1.15 --- manual.cpp 3 Jan 2007 16:25:02 -0000 1.16 *************** *** 106,110 **** static std::map<std::string, long> iterators; static long returnValue; - // what is ++ used for? returnValue = iterators[ObjHandler::FunctionCall::instance().getAddressString()]++; return &returnValue; --- 106,109 ---- |