X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmElValSet.h;h=889f37bf3c13c2a4df05e7493203f0310ef47fcb;hb=34a471bea70a384767359164ef244ab08b1b842d;hp=0140b1385147e1bb687ddf84039f12987a0f26b3;hpb=5d5448482dc2b56be816c48df294af6884746547;p=gdcm.git diff --git a/src/gdcmElValSet.h b/src/gdcmElValSet.h index 0140b138..889f37bf 100644 --- a/src/gdcmElValSet.h +++ b/src/gdcmElValSet.h @@ -1,4 +1,4 @@ -// $Header: /cvs/public/gdcm/src/Attic/gdcmElValSet.h,v 1.19 2003/11/13 18:08:34 jpr Exp $ +// $Header: /cvs/public/gdcm/src/Attic/gdcmElValSet.h,v 1.20 2004/01/12 13:12:28 regrain Exp $ #ifndef GDCMELVALSET_H #define GDCMELVALSET_H @@ -6,13 +6,13 @@ #include "gdcmCommon.h" #include "gdcmElValue.h" -#include // FIXME For FILE on GCC only +#include #include #include // for linking together *all* the Dicom Elements -//////////////////////////////////////////////////////////////////////////// -// Container for a set of successfully parsed ElValues. - +/* + * Container for a set of successfully parsed ElValues. + */ typedef std::map TagElValueHT; typedef std::map TagElValueNameHT;