X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDir.h;h=a402e279b3fd028ef932564b30927185ce4215a9;hb=ffaf0119eb35e6a5b8460036fbaf6fa7e701e0cc;hp=79baf24ba0eba79d0ee056d4dd631f521f5a9e69;hpb=544e9b239eea5ec46a1e637a58e9cbe86afdc08a;p=gdcm.git diff --git a/src/gdcmDicomDir.h b/src/gdcmDicomDir.h index 79baf24b..a402e279 100644 --- a/src/gdcmDicomDir.h +++ b/src/gdcmDicomDir.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDicomDir.h,v $ Language: C++ - Date: $Date: 2006/05/22 14:09:45 $ - Version: $Revision: 1.76 $ + Date: $Date: 2006/05/30 08:10:19 $ + Version: $Revision: 1.77 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -56,7 +56,7 @@ public: /// \brief Constructs a DicomDir with a RefCounter static DicomDir *New() {return new DicomDir();} - GDCM_LEGACY( bool Load(std::string const &filename) ) +// GDCM_LEGACY( bool Load(std::string const &filename) ) bool Load( ); void Print(std::ostream &os = std::cout, std::string const &indent = "" ); @@ -116,7 +116,7 @@ public: protected: DicomDir(); ~DicomDir(); - GDCM_LEGACY( DicomDir(std::string const &filename, bool parseDir = false) ) +// GDCM_LEGACY( DicomDir(std::string const &filename, bool parseDir = false) ) void CreateDicomDirChainedList(std::string const &path);