X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHEXABLOCKGUI%2FHEXABLOCKGUI_Exception.hxx;h=8fd94bd6cc73a72743695ca436c7da9208d42231;hb=6bc26b1701fc9bb16e44291f2dc4ab1b80525d8f;hp=33a2c4a280cfadf480b62675f7a90f56168aff4f;hpb=b94555c8d8f4e0123e1cce0868eeb4ea34442ebe;p=modules%2Fhexablock.git diff --git a/src/HEXABLOCKGUI/HEXABLOCKGUI_Exception.hxx b/src/HEXABLOCKGUI/HEXABLOCKGUI_Exception.hxx old mode 100755 new mode 100644 index 33a2c4a..8fd94bd --- a/src/HEXABLOCKGUI/HEXABLOCKGUI_Exception.hxx +++ b/src/HEXABLOCKGUI/HEXABLOCKGUI_Exception.hxx @@ -1,9 +1,9 @@ -// Copyright (C) 2009-2013 CEA/DEN, EDF R&D +// Copyright (C) 2009-2023 CEA, EDF // // 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 @@ -20,7 +20,6 @@ #ifndef __HEXABLOCKGUI_EXCEPTION_HXX__ #define __HEXABLOCKGUI_EXCEPTION_HXX__ -#include "hexa_base.hxx" #include "HEXABLOCKGUI_Export.hxx" #include @@ -36,8 +35,8 @@ namespace HEXABLOCK std::string _what; public: Exception(const std::string& what); - const char *what( void ) const throw (); - virtual ~Exception() throw (); + const char *what( void ) const noexcept; + virtual ~Exception() noexcept; }; } }