/* * Copyright 2006, Haiku. All rights reserved. * Distributed under the terms of the MIT License. * * Authors: * Stephan Aßmus */ #include "DocumentSaver.h" // constructor DocumentSaver::DocumentSaver() { } // destructor DocumentSaver::~DocumentSaver() { }