[Cppunit-cvs] cppunit2/include/cpptl atomiccounter.h,1.1,1.2
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-02-26 11:53:17
|
Update of /cvsroot/cppunit/cppunit2/include/cpptl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14364/include/cpptl Modified Files: atomiccounter.h Log Message: * updated doc Index: atomiccounter.h =================================================================== RCS file: /cvsroot/cppunit/cppunit2/include/cpptl/atomiccounter.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** atomiccounter.h 15 Nov 2004 08:22:51 -0000 1.1 --- atomiccounter.h 26 Feb 2005 11:53:08 -0000 1.2 *************** *** 22,26 **** long increment(); ! /// Decrements the count and returns the decremented count long decrement(); --- 22,27 ---- long increment(); ! /// Decrements the count ! /// @returns 0 if the count is null, non zero otherwise. long decrement(); |