CMS 3D CMS Logo

GlobalMutex.cc

Go to the documentation of this file.
00001 #include "FWCore/Utilities/interface/GlobalMutex.h"
00002 
00003 boost::mutex* edm::rootfix::getGlobalMutex() { 
00004     static boost::mutex m_;
00005     return &m_;
00006 }

Generated on Tue Jun 9 17:36:46 2009 for CMSSW by  doxygen 1.5.4