X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmException.cxx;h=037156051d30ba1abb35afe9a428e66aeca620f5;hb=dd0927eaa7e990832c45a1256f85de6148f35b93;hp=719c7744bb48c98852928f8160b55c6739d3843f;hpb=1a11accd11061d63d3c09db7b1445637207e81e4;p=gdcm.git diff --git a/src/gdcmException.cxx b/src/gdcmException.cxx index 719c7744..03715605 100644 --- a/src/gdcmException.cxx +++ b/src/gdcmException.cxx @@ -1,5 +1,21 @@ -// gdcmException.cxx -//----------------------------------------------------------------------------- +/*========================================================================= + + Program: gdcm + Module: $RCSfile: gdcmException.cxx,v $ + Language: C++ + Date: $Date: 2004/06/20 18:08:47 $ + Version: $Revision: 1.16 $ + + Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de + l'Image). All rights reserved. See Doc/License.txt or + http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details. + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ + #include "gdcmException.h" #include @@ -88,7 +104,7 @@ catch(...) { /** * \ingroup gdcmException - * \brief gdcmException::operator + * \brief gdcmException */ gdcmException::operator const char *() const throw() { return getName().c_str();