]> Creatis software - gdcm.git/blobdiff - src/gdcmDirList.h
* Test/CMakeLists.txt: update to follow gdcmData renamings.
[gdcm.git] / src / gdcmDirList.h
index de3576664a5a896d14a1ab423e332cba38bc19ed..c66aa837ae78586d3fb85f0b71d91a990a2964e9 100644 (file)
@@ -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;
 };