X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictEntry.cxx;h=3b67a2a9110c0ef74a3e972a3ea198ab146e7f15;hb=fc4f7706c78baf3f60474c06d871b82db221f37b;hp=345b99b7b4abf812f937f53cbf28c32fa4ce75bb;hpb=33b1eec26f02131242fbfdef52184b24763cf4e6;p=gdcm.git diff --git a/src/gdcmDictEntry.cxx b/src/gdcmDictEntry.cxx index 345b99b7..3b67a2a9 100644 --- a/src/gdcmDictEntry.cxx +++ b/src/gdcmDictEntry.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictEntry.cxx,v $ Language: C++ - Date: $Date: 2005/11/29 17:21:34 $ - Version: $Revision: 1.58 $ + Date: $Date: 2007/05/23 14:18:09 $ + Version: $Revision: 1.61 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -24,7 +24,7 @@ #include #include // for sprintf -namespace gdcm +namespace GDCM_NAME_SPACE { //----------------------------------------------------------------------------- // Constructor / Destructor @@ -40,7 +40,6 @@ DictEntry::DictEntry(uint16_t group, uint16_t elem, VRKey const &vr, TagName const &vm, TagName const &name) - { Tag.SetGroup(group); Tag.SetElement(elem); @@ -101,7 +100,7 @@ TagKey DictEntry::TranslateToKey(uint16_t group, uint16_t elem) * @param os ostream we want to print in * @param indent Indentation string to be prepended during printing */ -void DictEntry::Print(std::ostream &os, std::string const &indent ) +void DictEntry::Print(std::ostream &os, std::string const & ) { os << GetKey(); os << " [" << VR << "] ";