Switch to unified view

a/src/utils/idfile.cpp b/src/utils/idfile.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: idfile.cpp,v 1.2 2005-10-19 14:14:17 dockes Exp $ (C) 2005 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: idfile.cpp,v 1.3 2005-11-24 07:16:16 dockes Exp $ (C) 2005 J.F.Dockes";
3
#endif
3
#endif
4
#ifndef TEST_IDFILE
4
#ifndef TEST_IDFILE
5
#include <unistd.h> // for access(2)
5
#include <unistd.h> // for access(2)
6
#include <ctype.h>
6
#include <ctype.h>
7
7
...
...
9
#include <sstream>
9
#include <sstream>
10
10
11
#include "idfile.h"
11
#include "idfile.h"
12
#include "debuglog.h"
12
#include "debuglog.h"
13
13
14
#ifndef NO_NAMESPACES
14
using namespace std;
15
using namespace std;
16
#endif /* NO_NAMESPACES */
15
17
16
std::list<string> idFileAllTypes()
18
std::list<string> idFileAllTypes()
17
{
19
{
18
    std::list<string> lst;
20
    std::list<string> lst;
19
    lst.push_back("text/x-mail");
21
    lst.push_back("text/x-mail");