X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmFile.h;h=af09e7978a2eba87a9a053eed020e35b508c2dd0;hb=d7531a8099267279c067b9115309cdc10f8eb46d;hp=d23d61303833751400678938f0d26ec86995d026;hpb=9eb58f53b417ac50bdfa817a02e6dd19ac6fbeb8;p=gdcm.git diff --git a/src/gdcmFile.h b/src/gdcmFile.h index d23d6130..af09e797 100644 --- a/src/gdcmFile.h +++ b/src/gdcmFile.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmFile.h,v $ Language: C++ - Date: $Date: 2005/10/26 09:15:19 $ - Version: $Revision: 1.119 $ + Date: $Date: 2005/11/28 11:54:51 $ + Version: $Revision: 1.122 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -104,7 +104,7 @@ public: static File *New() {return new File();} // Loading - GDCM_LEGACY(bool Load( std::string const &filename )); + //GDCM_LEGACY(bool Load( std::string const &filename )); bool Load(); // Standard values and informations contained in the header bool IsReadable();