X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDict.h;h=455afd0d1b99b832f42505e8de3fc107d9f32e2d;hb=e24cb386c7f7f528be31335de6942dfbbf21334a;hp=06b78f3e655b56a03840421e0faef8469dcce59f;hpb=eacd2efd90ffb9015d6358f135cb17a838a29abb;p=gdcm.git diff --git a/src/gdcmDict.h b/src/gdcmDict.h index 06b78f3e..455afd0d 100644 --- a/src/gdcmDict.h +++ b/src/gdcmDict.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDict.h,v $ Language: C++ - Date: $Date: 2005/10/20 08:58:18 $ - Version: $Revision: 1.42 $ + Date: $Date: 2005/10/20 15:24:08 $ + Version: $Revision: 1.43 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -32,7 +32,7 @@ namespace gdcm //----------------------------------------------------------------------------- typedef std::string DictKey; -typedef std::map TagKeyHT; +typedef std::map TagKeyHT; //----------------------------------------------------------------------------- /** @@ -57,8 +57,8 @@ public: void Print(std::ostream &os = std::cout, std::string const &indent = ""); // Entries - bool AddEntry(DictEntry const &newEntry); - bool ReplaceEntry(DictEntry const &newEntry); + bool AddEntry(DictEntry *newEntry); + bool ReplaceEntry(DictEntry *newEntry); bool RemoveEntry (TagKey const &key); bool RemoveEntry (uint16_t group, uint16_t elem); void ClearEntry();