Boost logo

Boost :

From: Matt Doyle (mdoyle_at_[hidden])
Date: 2007-06-06 12:10:31


Hi Ion,

If your going to post an updated version here are a couple of doc errors
I encountered.

In the section about Named and Anonymous Synchronization Mechanisms, the
comments and code are swapped.
//Open the synchronization utility. If it does not previously
//exist, throws an error.
NamedUtility(open_or_create, ...)

//Open the synchronization utility. If it does not previously
//exist, create it.
NamedUtility(open_only, ...)

And in the section about Mutexes, I think, the second occurrence of
interprocess_mutex was supposed to be interprocess_recursive_mutex

#include <boost/interprocess/sync/interprocess_mutex.hpp>
 boost::interprocess::interprocess_mutex: A non-recursive, anonymous
mutex that can be placed in shared memory
or memory mapped files.

#include <boost/interprocess/sync/interprocess_recursive_mutex.hpp>
boost::interprocess::interprocess_mutex: A recursive, anonymous mutex
that can be placed in shared memory or
memory mapped files.

Thanks,
        Matt

P.S. This is a really great library! Good work.

-- 
Matt Doyle
Advanced Motion Control
To the optimist, the glass is half full.
To the pessimist, the glass is half empty
To the engineer, the glass is twice as big as it needs to be.
//move the out going tag out of the way 
Scanned by McAfee GroupShield {X3BTB534}

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk