X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmException.cxx;h=bea47bb10a875eb4aed13fa3ab1bcaaa2a65c951;hb=2a2c07baafb13cec37daad51975f394541406eac;hp=471bc41e2eccb9d774e342ed58e9dc6c28f3cfbc;hpb=038a3b7f67769dc20b4c46f3c9dcad7cc63d1161;p=gdcm.git diff --git a/src/gdcmException.cxx b/src/gdcmException.cxx index 471bc41e..bea47bb1 100644 --- a/src/gdcmException.cxx +++ b/src/gdcmException.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmException.cxx,v $ Language: C++ - Date: $Date: 2005/01/18 08:01:41 $ - Version: $Revision: 1.24 $ + Date: $Date: 2005/01/18 14:28:32 $ + Version: $Revision: 1.25 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -120,6 +120,7 @@ std::string Exception::getName() const throw() /** * \brief Exception::operator << * @param os ostream to write to + * @param e exception to raise */ std::ostream& operator<<(std::ostream &os, const Exception &e) { try {