Update of /cvsroot/boost/boost/boost/thread/win32
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv26154
Modified Files:
Tag: thread_rewrite
mutex.hpp
Log Message:
inherit publicly from underlying mutex
Index: mutex.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/thread/win32/Attic/mutex.hpp,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -u -d -r1.1.2.9 -r1.1.2.10
--- mutex.hpp 4 Oct 2006 11:09:48 -0000 1.1.2.9
+++ mutex.hpp 17 Nov 2006 09:07:29 -0000 1.1.2.10
@@ -37,7 +37,7 @@
class mutex:
noncopyable,
- protected ::boost::detail::underlying_mutex
+ public ::boost::detail::underlying_mutex
{
public:
mutex()
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs