X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmException.h;h=0be44e78c990f6a5231ecf571047383eabd2e76e;hb=9d913797d3bf5a18625f4d8d8b42c8f5c8c10d99;hp=b1875b5880a8840c0b8bbcd2660aabff9916f6fc;hpb=0fd97a2f44764117b637de53e09b8a329ca133f8;p=gdcm.git diff --git a/src/gdcmException.h b/src/gdcmException.h index b1875b58..0be44e78 100644 --- a/src/gdcmException.h +++ b/src/gdcmException.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmException.h,v $ Language: C++ - Date: $Date: 2004/11/04 18:14:34 $ - Version: $Revision: 1.18 $ + Date: $Date: 2005/01/06 20:03:27 $ + Version: $Revision: 1.20 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -20,9 +20,11 @@ #define GDCM_EXCEPTION_H #include "gdcmCommon.h" + #include #include #include + namespace gdcm { @@ -67,7 +69,7 @@ public: /// returns exception name string operator const char *() const throw(); - friend std::ostream& operator<<(std::ostream &os, const Exception &e); + friend std::ostream &operator<<(std::ostream &os, const Exception &e); protected: /// error message part 1