repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
HaikuDepot: notify work status from main window
[haiku.git]
/
src
/
apps
/
icon-o-matic
/
document
/
savers
/
DocumentSaver.cpp
blob
efbc5961300581b7d019d08d1da70a3603dead65
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
12
DocumentSaver
::
DocumentSaver
()
13
{
14
}
15
16
// destructor
17
DocumentSaver
::~
DocumentSaver
()
18
{
19
}