|
a/src/internfile/mh_exec.h |
|
b/src/internfile/mh_exec.h |
|
... |
|
... |
75 |
|
75 |
|
76 |
protected:
|
76 |
protected:
|
77 |
string m_fn;
|
77 |
string m_fn;
|
78 |
string m_ipath;
|
78 |
string m_ipath;
|
79 |
|
79 |
|
|
|
80 |
// Set up the character set metadata fields and possibly transcode
|
|
|
81 |
// text/plain output.
|
|
|
82 |
// @param charset when called from mh_execm, a possible explicit
|
|
|
83 |
// value from the filter (else the data will come from the config)
|
|
|
84 |
virtual void handle_cs(const string& mt, const string& charset = string());
|
|
|
85 |
|
|
|
86 |
private:
|
80 |
virtual void finaldetails();
|
87 |
virtual void finaldetails();
|
81 |
};
|
88 |
};
|
82 |
|
89 |
|
83 |
#endif /* _MH_EXEC_H_INCLUDED_ */
|
90 |
#endif /* _MH_EXEC_H_INCLUDED_ */
|