X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictGroupName.cxx;h=9d07f287fe8a486fbf8883f1a55893013a22204f;hb=3406c4fd40fed23d938a1c72d985417ce46c3bc0;hp=15ae5cc363ca27a9ff1df8bdcf1b22844703ea5d;hpb=9ca0e4bb2208be93bebf21d0c5d75c8018e7605a;p=gdcm.git diff --git a/src/gdcmDictGroupName.cxx b/src/gdcmDictGroupName.cxx index 15ae5cc3..9d07f287 100644 --- a/src/gdcmDictGroupName.cxx +++ b/src/gdcmDictGroupName.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictGroupName.cxx,v $ Language: C++ - Date: $Date: 2005/06/24 10:55:58 $ - Version: $Revision: 1.4 $ + Date: $Date: 2005/10/26 08:04:15 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -80,6 +80,7 @@ DictGroupName::~DictGroupName() //----------------------------------------------------------------------------- // Public +/// \returns the formerly NIH defined ACR-NEMA group name const TagName &DictGroupName::GetName(uint16_t group) { DictGroupNameHT::const_iterator it = groupName.find(group); @@ -102,7 +103,7 @@ const TagName &DictGroupName::GetName(uint16_t group) * \brief Print all * @param os The output stream to be written to. */ -void DictGroupName::Print(std::ostream &os) +void DictGroupName::Print(std::ostream &os,std::string const &) { std::ostringstream s;