Stxxl
1.4.0
|
00001 /*************************************************************************** 00002 * include/stxxl/bits/io/iobase.h 00003 * 00004 * Part of the STXXL. See http://stxxl.sourceforge.net 00005 * 00006 * Copyright (C) 2002 Roman Dementiev <dementiev@mpi-sb.mpg.de> 00007 * Copyright (C) 2008 Andreas Beckmann <beckmann@cs.uni-frankfurt.de> 00008 * 00009 * Distributed under the Boost Software License, Version 1.0. 00010 * (See accompanying file LICENSE_1_0.txt or copy at 00011 * http://www.boost.org/LICENSE_1_0.txt) 00012 **************************************************************************/ 00013 00014 #ifndef STXXL_IOBASE_HEADER 00015 #define STXXL_IOBASE_HEADER 00016 00017 #include <stxxl/bits/namespace.h> 00018 00019 #warning this is an obsolete header 00020 00021 __STXXL_BEGIN_NAMESPACE 00022 00023 //! \defgroup iolayer I/O primitives layer 00024 //! Group of classes which enable abstraction from operating system calls and support 00025 //! system-independent interfaces for asynchronous I/O. 00026 //! \{ 00027 00028 //! \} 00029 00030 __STXXL_END_NAMESPACE 00031 00032 #endif // !STXXL_IOBASE_HEADER 00033 // vim: et:ts=4:sw=4