Switch to unified view

a/src/query/docseqdb.cpp b/src/query/docseqdb.cpp
1
#ifndef lint
1
#ifndef lint
2
static char rcsid[] = "@(#$Id: docseqdb.cpp,v 1.8 2008-09-29 11:33:55 dockes Exp $ (C) 2005 J.F.Dockes";
2
static char rcsid[] = "@(#$Id: docseqdb.cpp,v 1.9 2008-11-13 10:57:46 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
...
...
24
#include "rcldb.h"
24
#include "rcldb.h"
25
#include "debuglog.h"
25
#include "debuglog.h"
26
26
27
DocSequenceDb::DocSequenceDb(RefCntr<Rcl::Query> q, const string &t, 
27
DocSequenceDb::DocSequenceDb(RefCntr<Rcl::Query> q, const string &t, 
28
                 RefCntr<Rcl::SearchData> sdata) 
28
                 RefCntr<Rcl::SearchData> sdata) 
29
    : DocSequence(t), m_q(q), m_sdata(sdata), m_rescnt(-1), m_filt(false)
29
    : DocSequence(t), m_q(q), m_sdata(sdata), m_fsdata(sdata),
30
      m_rescnt(-1), m_filt(false)
30
{
31
{
31
}
32
}
32
33
33
DocSequenceDb::~DocSequenceDb() 
34
DocSequenceDb::~DocSequenceDb() 
34
{
35
{