Salome HOME
Updated copyright comment
[modules/kernel.git] / src / Utils / Utils_CommException.hxx
index f4c524f665c6b55f35c5d30b23f6d32a37ea50b3..199f56656b2205919c72fb5a642780c5d1930c85 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2024  CEA, EDF, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -39,7 +39,7 @@ public :
         CommException( void );
         CommException( const char *texte );
         CommException( const CommException &ex );
-        ~CommException() throw ();
+        ~CommException() noexcept;
 } ;
 
 # endif /* # if ( !defined __Utils_CommException_H__ ) */