X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDir.h;h=0875bcfedcd3541a16e3a6754db914a7447560af;hb=b746b4a0b5182b37104616c263f381d78e1af10f;hp=81ebbbbf2ec4eeb885662931f17294189e9b6163;hpb=b4039f93d1d97f94387402320a8786a3209938bc;p=gdcm.git diff --git a/src/gdcmDicomDir.h b/src/gdcmDicomDir.h index 81ebbbbf..0875bcfe 100644 --- a/src/gdcmDicomDir.h +++ b/src/gdcmDicomDir.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDir.h,v $ Language: C++ - Date: $Date: 2005/04/14 14:26:19 $ - Version: $Revision: 1.59 $ + Date: $Date: 2005/05/03 09:43:04 $ + Version: $Revision: 1.60 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -56,7 +56,7 @@ public: ~DicomDir(); - void Load( std::string const &filename ); + bool Load( std::string const &filename ); void Print(std::ostream &os = std::cout, std::string const &indent = "" ); void SetParseDir(bool parseDir) { ParseDir = parseDir; };