|
a/src/internfile/mh_null.h |
|
b/src/internfile/mh_null.h |
|
... |
|
... |
37 |
MimeHandlerNull(RclConfig *cnf, const std::string& id)
|
37 |
MimeHandlerNull(RclConfig *cnf, const std::string& id)
|
38 |
: RecollFilter(cnf, id) {
|
38 |
: RecollFilter(cnf, id) {
|
39 |
}
|
39 |
}
|
40 |
virtual ~MimeHandlerNull() {}
|
40 |
virtual ~MimeHandlerNull() {}
|
41 |
|
41 |
|
|
|
42 |
virtual bool is_data_input_ok(DataInput input) const {
|
|
|
43 |
return true;
|
|
|
44 |
}
|
|
|
45 |
|
42 |
virtual bool next_document()
|
46 |
virtual bool next_document()
|
43 |
{
|
47 |
{
|
44 |
if (m_havedoc == false)
|
48 |
if (m_havedoc == false)
|
45 |
return false;
|
49 |
return false;
|
46 |
m_havedoc = false;
|
50 |
m_havedoc = false;
|