|
a/src/internfile/mh_html.h |
|
b/src/internfile/mh_html.h |
|
... |
|
... |
14 |
* Free Software Foundation, Inc.,
|
14 |
* Free Software Foundation, Inc.,
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
16 |
*/
|
16 |
*/
|
17 |
#ifndef _HTML_H_INCLUDED_
|
17 |
#ifndef _HTML_H_INCLUDED_
|
18 |
#define _HTML_H_INCLUDED_
|
18 |
#define _HTML_H_INCLUDED_
|
19 |
/* @(#$Id: mh_html.h,v 1.9 2006-12-16 15:39:54 dockes Exp $ (C) 2004 J.F.Dockes */
|
19 |
/* @(#$Id: mh_html.h,v 1.10 2007-05-30 12:31:19 dockes Exp $ (C) 2004 J.F.Dockes */
|
20 |
|
20 |
|
21 |
#include <string>
|
21 |
#include <string>
|
22 |
|
22 |
|
23 |
#include "mimehandler.h"
|
23 |
#include "mimehandler.h"
|
24 |
|
24 |
|
|
... |
|
... |
36 |
return true;
|
36 |
return true;
|
37 |
return false;
|
37 |
return false;
|
38 |
}
|
38 |
}
|
39 |
virtual bool next_document();
|
39 |
virtual bool next_document();
|
40 |
private:
|
40 |
private:
|
|
|
41 |
string m_filename;
|
41 |
string m_html;
|
42 |
string m_html;
|
42 |
};
|
43 |
};
|
43 |
|
44 |
|
44 |
#endif /* _HTML_H_INCLUDED_ */
|
45 |
#endif /* _HTML_H_INCLUDED_ */
|