X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmGlobal.cxx;h=4120c2a60b996730a2a5a321e69b4d732c517e36;hb=5887c4beef24959af83e43efad0bb86acac9339e;hp=e5597cb93db998d1a0cfd12ff98ad4400d29a0ab;hpb=6ba98a3c21d34a1f26770c8281a920c2266fa0ec;p=gdcm.git diff --git a/src/gdcmGlobal.cxx b/src/gdcmGlobal.cxx index e5597cb9..4120c2a6 100644 --- a/src/gdcmGlobal.cxx +++ b/src/gdcmGlobal.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmGlobal.cxx,v $ Language: C++ - Date: $Date: 2005/01/09 00:13:26 $ - Version: $Revision: 1.11 $ + Date: $Date: 2005/01/11 11:37:14 $ + Version: $Revision: 1.14 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -26,7 +26,6 @@ namespace gdcm { - // Those global string that are return by reference everywhere in gdcm code // used to be in gdcmCommon.h but due to a 'bug' in gcc/MacOSX // you cannot have static initialization in a multithreaded environment @@ -38,7 +37,7 @@ const std::string GDCM_UNFOUND = "gdcm::Unfound"; const std::string GDCM_BINLOADED = "gdcm::Binary data loaded"; const std::string GDCM_NOTLOADED = "gdcm::NotLoaded"; const std::string GDCM_UNREAD = "gdcm::UnRead"; - + /** * \ingroup Globals * \brief Pointer to a container, holding _all_ the Dicom Dictionaries. @@ -109,7 +108,7 @@ VR *Global::GetVR() } /** * \ingroup Global - * \brief returns a pointer to the 'Transfert Syntax Table' + * \brief returns a pointer to the 'Transfer Syntax Table' */ TS *Global::GetTS() {