X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDict.h;h=a1e72aadb9620065af13c146cb4f8019f09af9fa;hb=db08881d6b93af8af99bf1b114c72828454c20a3;hp=b460bf784b8da1dd73bec359750fc25d2c6dc071;hpb=41559a6f2d66bcd4af4db17a0d9668df37d19f3b;p=gdcm.git diff --git a/src/gdcmDict.h b/src/gdcmDict.h index b460bf78..a1e72aad 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/11/28 16:31:23 $ - Version: $Revision: 1.48 $ + Date: $Date: 2007/05/23 14:18:09 $ + Version: $Revision: 1.50 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -27,7 +27,7 @@ #include #include -namespace gdcm +namespace GDCM_NAME_SPACE { //----------------------------------------------------------------------------- @@ -61,7 +61,7 @@ public: // Entries bool AddEntry(DictEntry *newEntry); - bool ReplaceEntry(DictEntry *newEntry); + // bool ReplaceEntry(DictEntry *newEntry); // useless ? bool RemoveEntry (TagKey const &key); bool RemoveEntry (uint16_t group, uint16_t elem); void ClearEntry();