Salome HOME
PR: first version from Antony GEAY, with directory restructuration
[modules/yacs.git] / src / bases / Mutex.cxx
1 #include "Mutex.hxx"
2
3 #if defined(YACS_PTHREAD)
4 #include "MutexPT.cxx"
5 #else
6 #error
7 #endif