00001 // Copyright (c) 2005-2006 Hartmut Kaiser 00002 // Copyright (c) 2005-2006 Andre Merzky (andre@merzky.net) 00003 // 00004 // Distributed under the Boost Software License, Version 1.0. (See accompanying 00005 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 00006 00007 #ifndef SAGA_STREAM_HPP 00008 #define SAGA_STREAM_HPP 00009 00010 // stream comes from the comm package 00011 #include <saga/saga/packages/stream/version.hpp> 00012 #include <saga/saga/packages/stream/stream.hpp> 00013 #include <saga/saga/packages/stream/stream_service.hpp> 00014 #include <saga/saga/packages/stream/adaptors/stream.hpp> 00015 00016 // auto linking is disabled while compiling the stream package 00017 #if !defined(SAGA_STREAM_PACKAGE_EXPORTS) || defined(SAGA_USE_AUTO_LINKING) 00018 #define SAGA_AUTOLINK_LIB_NAME "stream" 00019 #include <saga/saga/autolink.hpp> 00020 #endif 00021 00022 #endif // SAGA_STREAM_HPP 00023