Switch to unified view

a/src/utils/fstreewalk.cpp b/src/utils/fstreewalk.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: fstreewalk.cpp,v 1.4 2005-04-04 13:18:47 dockes Exp $ (C) 2004 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: fstreewalk.cpp,v 1.5 2005-11-24 07:16:16 dockes Exp $ (C) 2004 J.F.Dockes";
3
#endif
3
#endif
4
4
5
#ifndef TEST_FSTREEWALK
5
#ifndef TEST_FSTREEWALK
6
6
7
#include <dirent.h>
7
#include <dirent.h>
...
...
14
14
15
#include "debuglog.h"
15
#include "debuglog.h"
16
#include "pathut.h"
16
#include "pathut.h"
17
#include "fstreewalk.h"
17
#include "fstreewalk.h"
18
18
19
#ifndef NO_NAMESPACES
19
using namespace std;
20
using namespace std;
21
#endif /* NO_NAMESPACES */
20
22
21
class FsTreeWalker::Internal {
23
class FsTreeWalker::Internal {
22
    Options options;
24
    Options options;
23
    stringstream reason;
25
    stringstream reason;
24
    list<string> skippedNames;
26
    list<string> skippedNames;