[Assorted-commits] SF.net SVN: assorted:[1349] cpp-commons/trunk/src/commons/threads.h
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-04-29 02:09:06
|
Revision: 1349 http://assorted.svn.sourceforge.net/assorted/?rev=1349&view=rev Author: yangzhang Date: 2009-04-29 02:08:54 +0000 (Wed, 29 Apr 2009) Log Message: ----------- removed note Modified Paths: -------------- cpp-commons/trunk/src/commons/threads.h Modified: cpp-commons/trunk/src/commons/threads.h =================================================================== --- cpp-commons/trunk/src/commons/threads.h 2009-04-29 02:08:29 UTC (rev 1348) +++ cpp-commons/trunk/src/commons/threads.h 2009-04-29 02:08:54 UTC (rev 1349) @@ -61,7 +61,6 @@ /** * Run a function in pthread. * \return The new pthread_t on success, 0 on failure. - * TODO: Is it safe to treat the pthread_t as an integral type? */ pthread_t spawn(const boost::function<void()>& f) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |