Update of /cvsroot/boost/boost/boost/thread
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv4985

Modified Files:
      Tag: thread_rewrite
        tss.hpp 
Log Message:
More sources added


Index: tss.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/thread/tss.hpp,v
retrieving revision 1.13.10.2
retrieving revision 1.13.10.3
diff -u -d -r1.13.10.2 -r1.13.10.3
--- tss.hpp     10 Jul 2006 20:53:56 -0000      1.13.10.2
+++ tss.hpp     23 Sep 2006 15:35:47 -0000      1.13.10.3
@@ -1,10 +1,16 @@
-// Copyright 2006 Anthony Williams.
+// Copyright 2006 Roland Schwarz.
 // Distributed under the Boost Software License, Version 1.0. (See
 // accompanying file LICENSE_1_0.txt or copy at
 // http://www.boost.org/LICENSE_1_0.txt)
-#ifndef TSS_HPP
-#define TSS_HPP
+//
+// This work is a reimplementation along the design and ideas
+// of William E. Kempf.
 
+#ifndef BOOST_TSS_RS06092303_HPP
+#define BOOST_TSS_RS06092303_HPP
 
+#include <boost/thread/detail/platform.hpp>
+#include BOOST_THREAD_PLATFORM(tss.hpp)
+
+#endif // BOOST_TSS_RS06092301_HPP
 
-#endif


-------------------------------------------------------------------------
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

Reply via email to