]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirElement.cxx
about compile errors
[gdcm.git] / src / gdcmDicomDirElement.cxx
index 35746ab9cf49c483398088658872b4af01ef7cb3..f0f82ed195fe3a2e061f6142ee1c146d7db4b331 100644 (file)
@@ -2,23 +2,19 @@
 //-----------------------------------------------------------------------------
 #include <fstream>
 #include <stdio.h>    // For sprintf
+#include <iostream>
 
 #include "gdcmDicomDirElement.h"
 #include "gdcmUtil.h"
+#include "gdcmDebug.h"
+#include "gdcmDictSet.h"
 
-#ifndef PUB_DICT_PATH
-#  define PUB_DICT_PATH     "../Dicts/"
-#endif
-#define DICT_ELEM "DicomDir.dic"
-
-#include <iostream>
-#ifdef GDCM_NO_ANSI_STRING_STREAM
-#  include <strstream>
-#  define  ostringstream ostrstream
-# else
-#  include <sstream>
-#endif
 
+/**
+ * \ingroup gdcmDicomDirElement
+ * \brief   Class for the chained lists from the file 'Dicts/DicomDir.dic'
+ */
 //-----------------------------------------------------------------------------
 // Constructor / Destructor
 
@@ -71,7 +67,7 @@
 
 /**
  * \ingroup gdcmDicomDirElement
- * \brief   destructor 
+ * \brief   canonical destructor 
  */
  gdcmDicomDirElement::~gdcmDicomDirElement() {
    DicomDirMetaList.clear();