[ObjectHandler-cvs] ObjectHandler/ohxl callingrange.cpp,1.13,1.14
Brought to you by:
ericehlers,
nando
From: Ferdinando A. <na...@us...> - 2007-01-03 17:40:27
|
Update of /cvsroot/objecthandler/ObjectHandler/ohxl In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv18124/ohxl Modified Files: callingrange.cpp Log Message: using preincrement where appropriate Index: callingrange.cpp =================================================================== RCS file: /cvsroot/objecthandler/ObjectHandler/ohxl/callingrange.cpp,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** callingrange.cpp 2 Jan 2007 16:36:19 -0000 1.13 --- callingrange.cpp 3 Jan 2007 17:40:25 -0000 1.14 *************** *** 196,201 **** return; } else { ! invocationCount_++; ! index++; } } --- 196,201 ---- return; } else { ! ++invocationCount_; ! ++index; } } |