Switch to unified view

a/src/query/docseq.cpp b/src/query/docseq.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: docseq.cpp,v 1.4 2005-12-05 16:13:12 dockes Exp $ (C) 2005 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: docseq.cpp,v 1.5 2005-12-07 15:41:50 dockes Exp $ (C) 2005 J.F.Dockes";
3
#endif
3
#endif
4
#include <math.h>
4
#include <math.h>
5
#include <time.h>
5
6
6
#include "docseq.h"
7
#include "docseq.h"
7
8
8
bool DocSequenceDb::getDoc(int num, Rcl::Doc &doc, int *percent, string *sh)
9
bool DocSequenceDb::getDoc(int num, Rcl::Doc &doc, int *percent, string *sh)
9
{
10
{