Salome HOME
Merge branch 'agy/ParallelContainerLaunch'
[modules/yacs.git] / src / bases / MutexPT.cxx
index d1a4705445f047bd3c09514ba9e09b13e8700dd8..97aecb0a5da9a4afa03f00ceae264a3ea889d561 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2006-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2014  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 // License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -38,7 +38,7 @@ void MutexPT::lock()
   pthread_mutex_lock(&_mutexDesc);
 }
 
-void MutexPT::unlock()
+void MutexPT::unLock()
 {
   pthread_mutex_unlock(&_mutexDesc);
 }