xref: /haiku/src/apps/icon-o-matic/document/savers/DocumentSaver.cpp (revision 774831e7c242f07168f07e1d804d93fe63687702)
1 /*
2  * Copyright 2006, Haiku. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  *
5  * Authors:
6  *		Stephan Aßmus <superstippi@gmx.de>
7  */
8 
9 #include "DocumentSaver.h"
10 
11 // constructor
DocumentSaver()12 DocumentSaver::DocumentSaver()
13 {
14 }
15 
16 // destructor
~DocumentSaver()17 DocumentSaver::~DocumentSaver()
18 {
19 }
20