From: <ag...@us...> - 2012-02-03 07:28:59
|
Revision: 2709 http://zoolib.svn.sourceforge.net/zoolib/?rev=2709&view=rev Author: agreen Date: 2012-02-03 07:28:50 +0000 (Fri, 03 Feb 2012) Log Message: ----------- Comment. Modified Paths: -------------- trunk/zoolib/source/cxx/zoolib/ZServer.cpp Modified: trunk/zoolib/source/cxx/zoolib/ZServer.cpp =================================================================== --- trunk/zoolib/source/cxx/zoolib/ZServer.cpp 2012-02-01 18:51:31 UTC (rev 2708) +++ trunk/zoolib/source/cxx/zoolib/ZServer.cpp 2012-02-03 07:28:50 UTC (rev 2709) @@ -53,8 +53,8 @@ ZAssert(iCaller); ZAssert(iFactory); - // Declared before the acq, so it goes out of scope - // after it, and any callable is invoked with our mutex released. + // Declared before the acq, so it goes out of scope after it, and any + // callable on the roster is invoked with our mutex released. ZRef<ZRoster> priorRoster; ZAcqMtx acq(fMtx); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |