Salome HOME
Updated copyright comment
[modules/yacs.git] / src / engine / RefCounter.cxx
index f3b25dc5cab3486d39899b677b36b21b1e93a28c..3b7a4a3cee82ee82b9fb207112545464cc054fa0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2006-2014  CEA/DEN, EDF R&D
+// Copyright (C) 2006-2024  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -45,7 +45,7 @@ void RefCounter::incrRef() const
   _globalMutexForTS.unLock();
 }
 
-bool RefCounter::decrRef()
+bool RefCounter::decrRef() const
 {
   _globalMutexForTS.lock();
 #ifdef REFCNT