|
a/src/internfile/internfile.h |
|
b/src/internfile/internfile.h |
|
... |
|
... |
285 |
TempFile dataToTempFile(const string& data, const string& mt);
|
285 |
TempFile dataToTempFile(const string& data, const string& mt);
|
286 |
void popHandler();
|
286 |
void popHandler();
|
287 |
int addHandler();
|
287 |
int addHandler();
|
288 |
void checkExternalMissing(const string& msg, const string& mt);
|
288 |
void checkExternalMissing(const string& msg, const string& mt);
|
289 |
void processNextDocError(Rcl::Doc &doc);
|
289 |
void processNextDocError(Rcl::Doc &doc);
|
|
|
290 |
static bool tempFileForMT(TempFile& otemp, RclConfig *cnf,
|
|
|
291 |
const std::string& mimetype);
|
|
|
292 |
static bool topdocToFile(TempFile& otemp, const std::string& tofile,
|
|
|
293 |
RclConfig *cnf, const Rcl::Doc& idoc);
|
290 |
};
|
294 |
};
|
291 |
|
295 |
|
292 |
|
296 |
|
293 |
#endif /* _INTERNFILE_H_INCLUDED_ */
|
297 |
#endif /* _INTERNFILE_H_INCLUDED_ */
|