HaikuDepot: notify work status from main window
[haiku.git] / src / apps / icon-o-matic / document / savers / FileSaver.cpp
blobe0d85cbaf2cc12bfb7c7420cdffba1fcaa1aeeb7
1 /*
2 * Copyright 2006, Haiku. All rights reserved.
3 * Distributed under the terms of the MIT License.
5 * Authors:
6 * Stephan Aßmus <superstippi@gmx.de>
7 */
9 #include "FileSaver.h"
11 // constructor
12 FileSaver::FileSaver(const entry_ref& ref)
13 : fRef(ref)
17 // destructor
18 FileSaver::~FileSaver()
22 // SetRef
23 void
24 FileSaver::SetRef(const entry_ref& ref)
26 fRef = ref;