X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDicomDirElement.cxx;h=f0f82ed195fe3a2e061f6142ee1c146d7db4b331;hb=55ef2ceb72dedf6dccfadf8b06e52b3b4cf81f70;hp=be6ce16577dbf4e161370392a78c81a2c047f770;hpb=0e82725d64f17545e782c18039ced7ea898f8cad;p=gdcm.git diff --git a/src/gdcmDicomDirElement.cxx b/src/gdcmDicomDirElement.cxx index be6ce165..f0f82ed1 100644 --- a/src/gdcmDicomDirElement.cxx +++ b/src/gdcmDicomDirElement.cxx @@ -3,23 +3,18 @@ #include #include // For sprintf #include -#ifdef GDCM_NO_ANSI_STRING_STREAM -# include -# define ostringstream ostrstream -# else -# include -#endif #include "gdcmDicomDirElement.h" #include "gdcmUtil.h" #include "gdcmDebug.h" - -#ifndef PUB_DICT_PATH -# define PUB_DICT_PATH "../Dicts/" -#endif -#define DICT_ELEM "DicomDir.dic" +#include "gdcmDictSet.h" +/** + * \ingroup gdcmDicomDirElement + * \brief Class for the chained lists from the file 'Dicts/DicomDir.dic' + */ + //----------------------------------------------------------------------------- // Constructor / Destructor