00001 #ifndef _SOLARIS_MUTEX_H_ 00002 #define _SOLARIS_MUTEX_H_ 00003 00004 #include "OSDependent/Posix/PosixMutex.h" 00005 00006 /* 00007 * Solaris implementation of a mutex. 00008 */ 00009 class ClassExport Mutex : public PosixMutex{ 00010 }; 00011 00012 #endif // _SOLARIS_MUTEX_H_
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001