$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Daniel Winsor (aalaardb_at_[hidden])
Date: 2006-10-06 20:16:38
There is a typo in the demo code. boost::mutex::scoped_lock
lock3(Thread1Lock) should be Thread3Lock, and the same for 4. However, I
still get the same errors as before.