X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDir.h;h=11f379f9359f89652004cc44ba7632e914f622ca;hb=a98b52385287bd4c6855758bdaa1d1ce2b7333be;hp=15162e8d6e53add093968c7b606ad62b9fe5e176;hpb=5ac625c72835828d687ebdef878691d0913ae41b;p=gdcm.git diff --git a/src/gdcmDicomDir.h b/src/gdcmDicomDir.h index 15162e8d..11f379f9 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/11/29 12:48:46 $ - Version: $Revision: 1.72 $ + Date: $Date: 2005/11/29 17:21:34 $ + Version: $Revision: 1.73 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -117,9 +117,6 @@ protected: ~DicomDir(); void CreateDicomDirChainedList(std::string const &path); - void CallStartMethod(); - void CallProgressMethod(); - void CallEndMethod(); private: void Initialize(); @@ -147,12 +144,9 @@ private: ListDicomDirPatient Patients; ListDicomDirPatient::iterator ItPatient; - /// value of the ??? for any progress bar - float Progress; /// value of the ??? for any progress bar bool ParseDir; - mutable bool Abort; }; } // end namespace gdcm //-----------------------------------------------------------------------------