Stxxl  1.3.2
iobase.h
1 /***************************************************************************
2  * include/stxxl/bits/io/iobase.h
3  *
4  * Part of the STXXL. See http://stxxl.sourceforge.net
5  *
6  * Copyright (C) 2002 Roman Dementiev <[email protected]>
7  * Copyright (C) 2008 Andreas Beckmann <[email protected]>
8  *
9  * Distributed under the Boost Software License, Version 1.0.
10  * (See accompanying file LICENSE_1_0.txt or copy at
11  * http://www.boost.org/LICENSE_1_0.txt)
12  **************************************************************************/
13 
14 #ifndef STXXL_IOBASE_HEADER
15 #define STXXL_IOBASE_HEADER
16 
17 #include <stxxl/bits/namespace.h>
18 
19 #warning this is an obsolete header
20 
21 __STXXL_BEGIN_NAMESPACE
22 
27 
29 
30 __STXXL_END_NAMESPACE
31 
32 #endif // !STXXL_IOBASE_HEADER
33 // vim: et:ts=4:sw=4