]> Creatis software - gdcm.git/blobdiff - src/gdcmDirList.cxx
* Example/WriteDicomSimple.cxx : example to write a dicom file from nothing.
[gdcm.git] / src / gdcmDirList.cxx
index 0420c80aae4ac0b04a4108fe0c62c08c4f08e0ee..ace87dc94d66e71d1191cafc4eaa0f763475f32e 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDirList.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/11/09 21:55:55 $
-  Version:   $Revision: 1.26 $
+  Date:      $Date: 2004/11/23 01:20:18 $
+  Version:   $Revision: 1.28 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -24,7 +24,7 @@
 
 #if defined(_MSC_VER) || defined (__CYGWIN__) || defined(__BORLANDC__)
    #include <windows.h> 
-#if defined _MSC_VER || defined(__BORLANDC__)
+#ifdef _MSC_VER
    #include <direct.h>
 #endif //_MSC_VER
 #else
@@ -80,10 +80,9 @@ std::string const & DirList::GetDirName() const
 // Private
 
 /**
- * \ingroup DirList
  * \brief   Explore a directory with possibility of recursion
  *          return number of files read
- * @param  dirName directory to explore
+ * @param  dirpath   directory to explore
  * @param  recursive whether we want recursion or not
  */
 int DirList::Explore(std::string const & dirpath, bool recursive)