X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDirList.h;h=c66aa837ae78586d3fb85f0b71d91a990a2964e9;hb=d6b6699d3df0af4e4ae3d4d21d88b289ad95efbc;hp=de3576664a5a896d14a1ab423e332cba38bc19ed;hpb=2012716d624d631dcdb825fdd4470908e115a717;p=gdcm.git diff --git a/src/gdcmDirList.h b/src/gdcmDirList.h index de357666..c66aa837 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/06/20 18:08:47 $ - Version: $Revision: 1.7 $ + Date: $Date: 2004/07/26 19:36:56 $ + Version: $Revision: 1.8 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -45,7 +45,7 @@ public : static const std::string SEPARATOR; private : - void Explore(std::string dirName,bool recursive=false); + int Explore(std::string dirName,bool recursive=false); /// name of the root directory to explore std::string name; };