X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmUtil.h;h=f24b0000235393c6275a343d5f2dd8369a08c3fa;hb=224876ca6cbe71952f2a1d66d9853eca7745d3a0;hp=1ac0829f6119497374138d0b2e294f1c764dde56;hpb=71eca9ceca05885c5e1f6dec073b1dcdd7350c47;p=gdcm.git diff --git a/src/gdcmUtil.h b/src/gdcmUtil.h index 1ac0829f..f24b0000 100644 --- a/src/gdcmUtil.h +++ b/src/gdcmUtil.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmUtil.h,v $ Language: C++ - Date: $Date: 2007/10/01 09:25:06 $ - Version: $Revision: 1.70 $ + Date: $Date: 2008/01/02 14:58:00 $ + Version: $Revision: 1.72 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -124,8 +124,9 @@ private: static std::string RootUID; static const std::string GDCM_UID; static uint8_t *FileMetaInformationVersion; + static const uint16_t FMIV; - static std::string GDCM_MAC_ADRESS; + static std::string GDCM_MAC_ADDRESS; // For MD5 @@ -151,7 +152,7 @@ private: ghost@aladdin.com */ -/* $Id: gdcmUtil.h,v 1.70 2007/10/01 09:25:06 jpr Exp $ */ +/* $Id: gdcmUtil.h,v 1.72 2008/01/02 14:58:00 malaterre Exp $ */ /* Independent implementation of MD5 (RFC 1321). This code implements the MD5 Algorithm defined in RFC 1321, whose