Rudiments
/home/dmuse/src/rudiments/include/rudiments/private/mutex.h
00001 // Copyright (c) 2004 David Muse
00002 // See the COPYING file for more information.
00003 
00004         private:
00005                 // FIXME: should be possible to copy a mutex
00006                         mutex(const mutex &m);
00007                 mutex   &operator=(const mutex &m);
00008 
00009                 mutexprivate    *pvt;