Switch to unified view

a/src/query/filtseq.cpp b/src/query/filtseq.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: filtseq.cpp,v 1.3 2008-09-29 11:33:55 dockes Exp $ (C) 2005 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: filtseq.cpp,v 1.4 2008-10-13 11:46:06 dockes Exp $ (C) 2005 J.F.Dockes";
3
#endif
3
#endif
4
/*
4
/*
5
 *   This program is free software; you can redistribute it and/or modify
5
 *   This program is free software; you can redistribute it and/or modify
6
 *   it under the terms of the GNU General Public License as published by
6
 *   it under the terms of the GNU General Public License as published by
7
 *   the Free Software Foundation; either version 2 of the License, or
7
 *   the Free Software Foundation; either version 2 of the License, or
...
...
49
49
50
bool DocSeqFiltered::setFiltSpec(DocSeqFiltSpec &filtspec)
50
bool DocSeqFiltered::setFiltSpec(DocSeqFiltSpec &filtspec)
51
{
51
{
52
    m_spec = filtspec;
52
    m_spec = filtspec;
53
    m_dbindices.clear();
53
    m_dbindices.clear();
54
    return true;
54
}
55
}
55
56
56
bool DocSeqFiltered::getDoc(int idx, Rcl::Doc &doc, string *)
57
bool DocSeqFiltered::getDoc(int idx, Rcl::Doc &doc, string *)
57
{
58
{
58
    LOGDEB1(("DocSeqFiltered: fetching %d\n", idx));
59
    LOGDEB1(("DocSeqFiltered: fetching %d\n", idx));