$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joe Gottman (joegottman_at_[hidden])
Date: 2000-02-23 20:49:10
I want to write some template classes that include a lock class as one of their template parameter, so they can be easily adapted to different locking schemes. Does Boost have any sort of common interface I can assume for these locks, the way that the STL assumes all iterators have certain operations like ++it and *it defined?
Joe Gottman