X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmDocument.cxx;h=1a3f177c3525696ae6a6126d146b0625c3f84943;hb=4f3b36b1db085e9be749d2cababa274d1e76b68d;hp=de43533a2a901ba7de041bb099dcd45d139aac2a;hpb=427dd083a10d001c2162b9cb462be49cd4f22fac;p=gdcm.git diff --git a/src/gdcmDocument.cxx b/src/gdcmDocument.cxx index de43533a..1a3f177c 100644 --- a/src/gdcmDocument.cxx +++ b/src/gdcmDocument.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.cxx,v $ Language: C++ - Date: $Date: 2005/11/21 16:04:43 $ - Version: $Revision: 1.330 $ + Date: $Date: 2005/11/21 16:28:06 $ + Version: $Revision: 1.331 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -91,6 +91,7 @@ bool Document::Load( ) return DoTheLoadingDocumentJob( ); } +/* //#ifndef GDCM_LEGACY_REMOVE bool Document::Load( std::string const &fileName ) { @@ -98,6 +99,7 @@ bool Document::Load( std::string const &fileName ) return DoTheLoadingDocumentJob( ); } //#endif +*/ /** * \brief Performs the Loading Job (internal use only)