From 7c8b232fb62e92da08750b81d3126651f60b8f3f Mon Sep 17 00:00:00 2001 From: jpr Date: Sun, 17 Jul 2005 04:28:55 +0000 Subject: [PATCH] Comments --- src/gdcmDicomDir.h | 8 ++++---- src/gdcmDocument.h | 7 ++++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/gdcmDicomDir.h b/src/gdcmDicomDir.h index 3fc3c11f..09d0f5e9 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/07/08 19:07:12 $ - Version: $Revision: 1.63 $ + Date: $Date: 2005/07/17 04:28:55 $ + Version: $Revision: 1.64 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -52,7 +52,7 @@ class GDCM_EXPORT DicomDir: public Document public: typedef void Method(void*); - DicomDir( std::string const &filename, bool parseDir = false ); + DicomDir( std::string const &filename, bool parseDir = false ); // Deprecated DicomDir(); ~DicomDir(); @@ -108,7 +108,7 @@ public: void SetEndMethodArgDelete ( DicomDir::Method *m ); /// GetProgress GetProgress - float GetProgress() { return Progress; }; + float GetProgress() { return Progress; }; /// AbortProgress AbortProgress void AbortProgress() { Abort = true; }; /// IsAborted IsAborted diff --git a/src/gdcmDocument.h b/src/gdcmDocument.h index 93d59e25..d032a388 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/07/11 12:52:51 $ - Version: $Revision: 1.116 $ + Date: $Date: 2005/07/17 04:28:55 $ + Version: $Revision: 1.117 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -50,7 +50,8 @@ public: typedef std::list ListElements; // Loading - virtual bool Load( std::string const &filename ); + //Deprecated : use SetFileName() + Load() + virtual bool Load( std::string const &filename ); virtual bool Load( ); // Dictionaries -- 2.46.0