#ifndef NNTPCHAN_IO_HANDLE_HPP #define NNTPCHAN_IO_HANDLE_HPP #include #include namespace nntpchan { typedef std::unique_ptr IOHandle_ptr; } #endif