X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDocument.cxx;h=c2754559da0d9946c7ea82506abc8bcb0f8401ff;hb=060a8c9a37ac1d6b5500f73de1690c11961cb87a;hp=69586df257d337040e4eb3cba1273605f784ffee;hpb=073cc0a0bc30a811d3242e2435ad436f649171f9;p=gdcm.git diff --git a/src/gdcmDocument.cxx b/src/gdcmDocument.cxx index 69586df2..c2754559 100644 --- a/src/gdcmDocument.cxx +++ b/src/gdcmDocument.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDocument.cxx,v $ Language: C++ - Date: $Date: 2006/11/08 17:06:36 $ - Version: $Revision: 1.356 $ + Date: $Date: 2007/05/23 14:18:09 $ + Version: $Revision: 1.358 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -37,7 +37,7 @@ #include // for memset #endif -namespace gdcm +namespace GDCM_NAME_SPACE { //----------------------------------------------------------------------------- @@ -244,7 +244,7 @@ bool Document::DoTheLoadingDocumentJob( ) // Force Loading some more elements if user asked to. - gdcm::DocEntry *d; + GDCM_NAME_SPACE::DocEntry *d; for (ListElements::iterator it = UserForceLoadList.begin(); it != UserForceLoadList.end(); ++it) @@ -1853,7 +1853,7 @@ bool Document::IsDocEntryAnInteger(DocEntry *entry) // When we have some semantics on the element we just read, and if we // a priori know we are dealing with an integer, then we shall be - // able to swap it's element value properly. + // able to swap its element value properly. if ( elem == 0 ) // This is the group length of the group { if ( length == 4 )