From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-12-08 08:53:42


Roland Schwarz wrote:
> lock l(m2);
> c.wait(); // ouch! this will lock the wrong one, and there is no
> apparent glue in the source.

This should really read: // ouch! this will _use_ the wrong one ...
Roland