00001 00010 /***************************************************************************** 00011 ** Ifdefs 00012 *****************************************************************************/ 00013 00014 #ifndef ECL_IO_DEVICES_STREAMS_HPP_ 00015 #define ECL_IO_DEVICES_STREAMS_HPP_ 00016 00017 /***************************************************************************** 00018 ** Includes 00019 *****************************************************************************/ 00020 00021 #include "streams/text_stream.hpp" 00022 #include "streams/console_streams.hpp" 00023 #include "streams/file_streams.hpp" 00024 #include "streams/log_stream.hpp" 00025 #include "streams/serial_stream.hpp" 00026 #include "streams/shared_file_stream.hpp" 00027 #include "streams/socket_streams.hpp" 00028 #include "streams/string_stream.hpp" 00029 #include "streams/manipulators.hpp" 00030 00031 00032 #endif /* ECL_IO_DEVICES_STREAMS_HPP_ */