From 427dd083a10d001c2162b9cb462be49cd4f22fac Mon Sep 17 00:00:00 2001 From: jpr Date: Mon, 21 Nov 2005 16:04:43 +0000 Subject: [PATCH] I'll try to understand later why LECAGY causes troubles with Pyton, in that case. Comment out. --- src/gdcmDocument.cxx | 8 ++++---- src/gdcmDocument.h | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/gdcmDocument.cxx b/src/gdcmDocument.cxx index d6e993b9..de43533a 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 09:46:26 $ - Version: $Revision: 1.329 $ + Date: $Date: 2005/11/21 16:04:43 $ + Version: $Revision: 1.330 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -91,13 +91,13 @@ bool Document::Load( ) return DoTheLoadingDocumentJob( ); } -#ifndef GDCM_LEGACY_REMOVE +//#ifndef GDCM_LEGACY_REMOVE bool Document::Load( std::string const &fileName ) { Filename = fileName; return DoTheLoadingDocumentJob( ); } -#endif +//#endif /** * \brief Performs the Loading Job (internal use only) diff --git a/src/gdcmDocument.h b/src/gdcmDocument.h index 55666c11..ed872a58 100644 --- a/src/gdcmDocument.h +++ b/src/gdcmDocument.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.h,v $ Language: C++ - Date: $Date: 2005/11/21 12:25:41 $ - Version: $Revision: 1.133 $ + Date: $Date: 2005/11/21 16:04:43 $ + Version: $Revision: 1.134 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -47,7 +47,8 @@ public: // Loading //Deprecated : use SetFileName() + Load() - GDCM_LEGACY( virtual bool Load( std::string const &filename ) ); + //GDCM_LEGACY( virtual bool Load( std::string const &filename ) ); + virtual bool Load( std::string const &filename ) virtual bool Load( ); // Dictionaries -- 2.45.1