Update of /cvsroot/boost/boost/boost/interprocess/mem_algo
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv17930/mem_algo
Modified Files:
simple_seq_fit.hpp
Log Message:
Changes for official inclusion in the regression tests
Index: simple_seq_fit.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/interprocess/mem_algo/simple_seq_fit.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- simple_seq_fit.hpp 7 Aug 2006 14:01:54 -0000 1.2
+++ simple_seq_fit.hpp 4 May 2007 20:53:10 -0000 1.3
@@ -1,6 +1,6 @@
//////////////////////////////////////////////////////////////////////////////
//
-// (C) Copyright Ion Gaztañaga 2005-2006. Distributed under the Boost
+// (C) Copyright Ion Gaztañaga 2005-2007. 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)
//
@@ -27,7 +27,6 @@
*/
namespace boost {
-
namespace interprocess {
/*!This class implements the simple sequential fit algorithm with a simply
@@ -36,8 +35,11 @@
class simple_seq_fit
: public detail::simple_seq_fit_impl<MutexFamily, VoidPointer>
{
+ /// @cond
typedef detail::simple_seq_fit_impl<MutexFamily, VoidPointer> base_t;
- public:
+ /// @endcond
+
+ public:
/*!Constructor. "size" is the total size of the managed memory segment,
"extra_hdr_bytes" indicates the extra bytes beginning in the
sizeof(simple_seq_fit)
offset that the allocator should not use at all.*/
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs