TMutexImp.cxx

Go to the documentation of this file.
00001 // @(#)root/thread:$Id: TMutexImp.cxx 20882 2007-11-19 11:31:26Z rdm $
00002 // Author: Fons Rademakers   01/07/97
00003 
00004 /*************************************************************************
00005  * Copyright (C) 1995-2000, Rene Brun and Fons Rademakers.               *
00006  * All rights reserved.                                                  *
00007  *                                                                       *
00008  * For the licensing terms see $ROOTSYS/LICENSE.                         *
00009  * For the list of contributors see $ROOTSYS/README/CREDITS.             *
00010  *************************************************************************/
00011 
00012 //////////////////////////////////////////////////////////////////////////
00013 //                                                                      //
00014 // TMutexImp                                                            //
00015 //                                                                      //
00016 // This class provides an abstract interface to the OS dependent mutex  //
00017 // classes (TPosixMutex and TWin32Mutex).                               //
00018 //                                                                      //
00019 //////////////////////////////////////////////////////////////////////////
00020 
00021 #include "TMutexImp.h"
00022 
00023 ClassImp(TMutexImp)

Generated on Tue Jul 5 14:12:02 2011 for ROOT_528-00b_version by  doxygen 1.5.1