X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmUtil.h;h=5a53b68883db43f15c169c829da1617596f30b2b;hb=b06cbd9177331d793223eac6bf8b2bccf874e7e3;hp=080ba2232b505ee579271a1e9e1dcb26f7590eca;hpb=8132e180439a6e41d07240cad48be249b66e5e05;p=gdcm.git diff --git a/src/gdcmUtil.h b/src/gdcmUtil.h index 080ba223..5a53b688 100644 --- a/src/gdcmUtil.h +++ b/src/gdcmUtil.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmUtil.h,v $ Language: C++ - Date: $Date: 2006/05/31 16:09:29 $ - Version: $Revision: 1.67 $ + Date: $Date: 2007/08/22 16:14:05 $ + Version: $Revision: 1.69 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -16,14 +16,14 @@ =========================================================================*/ -#ifndef GDCMUTIL_H -#define GDCMUTIL_H +#ifndef _GDCMUTIL_H_ +#define _GDCMUTIL_H_ #include "gdcmCommon.h" #include #include -namespace gdcm +namespace GDCM_NAME_SPACE { /** * \brief Here are some utility functions, belonging to the gdcm::Util class, @@ -149,7 +149,7 @@ private: ghost@aladdin.com */ -/* $Id: gdcmUtil.h,v 1.67 2006/05/31 16:09:29 jpr Exp $ */ +/* $Id: gdcmUtil.h,v 1.69 2007/08/22 16:14:05 jpr Exp $ */ /* Independent implementation of MD5 (RFC 1321). This code implements the MD5 Algorithm defined in RFC 1321, whose