2 * Copyright 2006, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
14 #include "DocumentSaver.h"
16 class FileSaver
: public DocumentSaver
{
18 FileSaver(const entry_ref
& ref
);
21 void SetRef(const entry_ref
& ref
);
22 const entry_ref
* Ref() const
29 #endif // FILE_SAVER_H