X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictGroupName.h;h=b57ed4270156f5fa2b744435f9f35345d027e203;hb=de5a59bb6350f6effe5638a24bb2c58e238d9d3f;hp=50954354ff13637faacabeacd21e2a89f4902f28;hpb=3a9e9df62b3198c4f93d1768074b6be828ac7308;p=gdcm.git diff --git a/src/gdcmDictGroupName.h b/src/gdcmDictGroupName.h index 50954354..b57ed427 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/04/05 10:56:25 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/04/06 12:49:27 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -28,9 +28,8 @@ namespace gdcm { //----------------------------------------------------------------------------- -typedef std::string GroupName; /// Group Name Hash Table -typedef std::map DictGroupNameHT; +typedef std::map DictGroupNameHT; //----------------------------------------------------------------------------- /** @@ -45,7 +44,7 @@ public: void Print(std::ostream &os = std::cout); - const GroupName &GetName(uint16_t group); + const TagName &GetName(uint16_t group); private: DictGroupNameHT groupName;