|
a/src/internfile/mh_unknown.h |
|
b/src/internfile/mh_unknown.h |
|
... |
|
... |
40 |
}
|
40 |
}
|
41 |
virtual bool next_document() {
|
41 |
virtual bool next_document() {
|
42 |
if (m_havedoc == false)
|
42 |
if (m_havedoc == false)
|
43 |
return false;
|
43 |
return false;
|
44 |
m_havedoc = false;
|
44 |
m_havedoc = false;
|
45 |
m_metaData[cstr_content] = cstr_null;
|
45 |
m_metaData[cstr_dj_keycontent] = cstr_null;
|
46 |
m_metaData[cstr_mimetype] = cstr_textplain;
|
46 |
m_metaData[cstr_dj_keymt] = cstr_textplain;
|
47 |
return true;
|
47 |
return true;
|
48 |
}
|
48 |
}
|
49 |
virtual bool is_unknown() {return true;}
|
49 |
virtual bool is_unknown() {return true;}
|
50 |
};
|
50 |
};
|
51 |
|
51 |
|