2 * Copyright 2006-2007, 2011, Stephan Aßmus <superstippi@gmx.de>.
3 * All rights reserved. Distributed under the terms of the MIT License.
5 #ifndef SIMPLE_FILE_SAVER_H
6 #define SIMPLE_FILE_SAVER_H
15 class SimpleFileSaver
: public FileSaver
{
17 SimpleFileSaver(Exporter
* exporter
,
18 const entry_ref
& ref
);
19 virtual ~SimpleFileSaver();
21 virtual status_t
Save(Document
* document
);
23 void WaitForExportThread();
30 #endif // SIMPLE_FILE_SAVER_H