X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDict.cxx;h=a314a91a09b4a7caf3cc91c850117da3d106c7f9;hb=bd7bec4c367d671a9da358584e98a8ec29bb641e;hp=ac25a041290ecc7fa307ad743b571c9084d0ab0f;hpb=61028d127d309c9f3ed07dba839e4f178fedcd4a;p=gdcm.git diff --git a/src/gdcmDict.cxx b/src/gdcmDict.cxx index ac25a041..a314a91a 100644 --- a/src/gdcmDict.cxx +++ b/src/gdcmDict.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDict.cxx,v $ Language: C++ - Date: $Date: 2006/04/12 10:55:49 $ - Version: $Revision: 1.85 $ + Date: $Date: 2007/05/23 14:18:09 $ + Version: $Revision: 1.87 $ 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 -namespace gdcm +namespace GDCM_NAME_SPACE { //----------------------------------------------------------------------------- /// \brief auto generated function, to fill up the Dicom Dictionnary, @@ -245,7 +245,7 @@ DictEntry *Dict::GetEntry(TagKey const &key) return it->second; } /** - * \brief Get the dictionary entry identified by it's "group" and "element") + * \brief Get the dictionary entry identified by its "group" and "element") * @param group Group number of the searched entry. * @param elem Element number of the searched entry. * @return the corresponding dictionary entry when existing, NULL otherwise