2 * Copyright 2007, 2011, Stephan Aßmus <superstippi@gmx.de>.
3 * All rights reserved. Distributed under the terms of the MIT License.
9 #include "AttributeSaver.h"
10 #include "SimpleFileSaver.h"
13 class NativeSaver
: public SimpleFileSaver
{
15 NativeSaver(const entry_ref
& ref
);
16 virtual ~NativeSaver();
18 virtual status_t
Save(Document
* document
);
21 AttributeSaver fAttrSaver
;
25 #endif // NATIVE_SAVER_H