Switch to unified view
a/src/query/qxtry.cpp | b/src/query/qxtry.cpp | ||
---|---|---|---|
1 | #ifndef lint |
1 | #ifndef lint |
2 | static char rcsid[] = "@(#$Id: qxtry.cpp,v 1.1 2005-01-24 13:17:58 dockes Exp $ (C) 2004 J.F.Dockes"; |
2 | static char rcsid[] = "@(#$Id: qxtry.cpp,v 1.2 2005-11-24 07:16:16 dockes Exp $ (C) 2004 J.F.Dockes"; |
3 | #endif |
3 | #endif |
4 | // Tests with direct xapian questions |
4 | // Tests with direct xapian questions |
5 | 5 | ||
6 | #include <strings.h> |
6 | #include <strings.h> |
7 | 7 | ||
... |
... |
||
9 | #include <string> |
9 | #include <string> |
10 | #include <vector> |
10 | #include <vector> |
11 | 11 | ||
12 | #include "transcode.h" |
12 | #include "transcode.h" |
13 | 13 | ||
14 | #ifndef NO_NAMESPACES |
||
14 | using namespace std; |
15 | using namespace std; |
16 | #endif /* NO_NAMESPACES */ |
||
15 | 17 | ||
16 | #include "xapian.h" |
18 | #include "xapian.h" |
17 | 19 | ||
18 | static string thisprog; |
20 | static string thisprog; |
19 | 21 |