X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDirList.cxx;h=ace87dc94d66e71d1191cafc4eaa0f763475f32e;hb=3ba8c03aa6cb08add6599a1ec7b2b693a967db62;hp=0420c80aae4ac0b04a4108fe0c62c08c4f08e0ee;hpb=05f4ffeadc3beb5ff48fd88e7342d9287c18a27b;p=gdcm.git diff --git a/src/gdcmDirList.cxx b/src/gdcmDirList.cxx index 0420c80a..ace87dc9 100644 --- a/src/gdcmDirList.cxx +++ b/src/gdcmDirList.cxx @@ -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 -#if defined _MSC_VER || defined(__BORLANDC__) +#ifdef _MSC_VER #include #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)