X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDirList.h;h=2685ca37d7d20bb767fd687184a264eecd3afc7e;hb=03acf3c119c6657129b8aeae8cb2205e481a105b;hp=47a55050fc199aed111fc58e515745fccc7d1b85;hpb=6bcd9b8c2dca341ac79674be22c3d09323ee6e78;p=gdcm.git diff --git a/src/gdcmDirList.h b/src/gdcmDirList.h index 47a55050..2685ca37 100644 --- a/src/gdcmDirList.h +++ b/src/gdcmDirList.h @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmDirList.h,v $ Language: C++ - Date: $Date: 2004/10/27 22:58:06 $ - Version: $Revision: 1.13 $ + Date: $Date: 2005/01/06 20:03:27 $ + Version: $Revision: 1.14 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -38,10 +38,10 @@ namespace gdcm class DirList: public std::list { public : - DirList(std::string const & dirName, bool recursive=false); + DirList(std::string const &dirName, bool recursive=false); virtual ~DirList(); - std::string const & GetDirName() const; + std::string const &GetDirName() const; /// Character '\' static const char SEPARATOR_X; @@ -51,7 +51,7 @@ public : static const std::string SEPARATOR; private : - int Explore(std::string const & dirName, bool recursive=false); + int Explore(std::string const &dirName, bool recursive=false); /// name of the root directory to explore std::string name;