2 * Copyright 2006, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
6 * Stephan Aßmus <superstippi@gmx.de>
9 #ifndef ATTRIBUTE_SAVER_H
10 #define ATTRIBUTE_SAVER_H
15 #include "DocumentSaver.h"
17 class AttributeSaver
: public DocumentSaver
{
19 AttributeSaver(const entry_ref
& ref
,
20 const char* attrName
);
21 virtual ~AttributeSaver();
23 virtual status_t
Save(Document
* document
);
30 #endif // ATTRIBUTE_SAVER_H