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 <[email protected]> 00007 * Copyright (C) 2008 Andreas Beckmann <[email protected]> 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 00027 00029 00030 __STXXL_END_NAMESPACE 00031 00032 #endif // !STXXL_IOBASE_HEADER 00033 // vim: et:ts=4:sw=4