// Copyright (c) 2005-2008 Hartmut Kaiser // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) #include #if !defined(ADAPTORS_OMII_JOB_OSTREAM_HPP) #define ADAPTORS_OMII_JOB_OSTREAM_HPP #include #include #include /////////////////////////////////////////////////////////////////////////////// struct omii_job_ostream : public saga::job::ostream { // initialized ostream with eofbit set omii_job_ostream() : saga::job::ostream() {} }; #endif