X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictGroupName.h;h=d123c6a4edd4c6f82ff0ce98b3cc27b94c775e49;hb=b06cbd9177331d793223eac6bf8b2bccf874e7e3;hp=e75c0704a971567fba3c0514898b23506d3d554c;hpb=4073467af614547a6cdd2b5d09d481fbea1a1f0c;p=gdcm.git diff --git a/src/gdcmDictGroupName.h b/src/gdcmDictGroupName.h index e75c0704..d123c6a4 100644 --- a/src/gdcmDictGroupName.h +++ b/src/gdcmDictGroupName.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDictGroupName.h,v $ Language: C++ - Date: $Date: 2005/10/26 08:04:15 $ - Version: $Revision: 1.5 $ + Date: $Date: 2007/08/22 16:14:04 $ + Version: $Revision: 1.10 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -16,8 +16,8 @@ =========================================================================*/ -#ifndef GDCMDICTGROUPNAME_H -#define GDCMDICTGROUPNAME_H +#ifndef _GDCMDICTGROUPNAME_H +#define _GDCMDICTGROUPNAME_H #include "gdcmRefCounter.h" @@ -25,7 +25,7 @@ #include #include -namespace gdcm +namespace GDCM_NAME_SPACE { //----------------------------------------------------------------------------- @@ -34,7 +34,8 @@ typedef std::map DictGroupNameHT; //----------------------------------------------------------------------------- /** - * \brief Container for dicom 'Value Representation' Hash Table. + * \brief Container for dicom 'Group Name' Hash Table. + * (formerly NIH defined ACR-NEMA group name) * \note This is a singleton. */ class GDCM_EXPORT DictGroupName : public RefCounter