Switch to unified view

a/src/query/qtry.cpp b/src/query/qtry.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: qtry.cpp,v 1.4 2005-01-31 14:31:10 dockes Exp $ (C) 2004 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: qtry.cpp,v 1.5 2005-11-24 07:16:16 dockes Exp $ (C) 2004 J.F.Dockes";
3
#endif
3
#endif
4
4
5
// Tests with the query interface
5
// Tests with the query interface
6
6
7
#include <strings.h>
7
#include <strings.h>
...
...
15
#include "rcldb.h"
15
#include "rcldb.h"
16
#include "transcode.h"
16
#include "transcode.h"
17
#include "mimehandler.h"
17
#include "mimehandler.h"
18
#include "pathut.h"
18
#include "pathut.h"
19
19
20
#ifndef NO_NAMESPACES
20
using namespace std;
21
using namespace std;
22
#endif /* NO_NAMESPACES */
21
23
22
#include "rcldb.h"
24
#include "rcldb.h"
23
25
24
static string thisprog;
26
static string thisprog;
25
27