X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmFile.h;h=cea32f0a4cd189d21f42810ab81dbfb560299b90;hb=4f3b36b1db085e9be749d2cababa274d1e76b68d;hp=d23d61303833751400678938f0d26ec86995d026;hpb=9eb58f53b417ac50bdfa817a02e6dd19ac6fbeb8;p=gdcm.git diff --git a/src/gdcmFile.h b/src/gdcmFile.h index d23d6130..cea32f0a 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/21 16:28:07 $ + Version: $Revision: 1.120 $ 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();