Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Mutex.h

Go to the documentation of this file.
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_

Generated on Mon Oct 7 09:33:29 2002 for Gaia by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001