sl@0
|
1 |
// Copyright David Abrahams 2002.
|
sl@0
|
2 |
// Distributed under the Boost Software License, Version 1.0. (See
|
sl@0
|
3 |
// accompanying file LICENSE_1_0.txt or copy at
|
sl@0
|
4 |
// http://www.boost.org/LICENSE_1_0.txt)
|
sl@0
|
5 |
#ifndef HANDLE_FWD_DWA2002615_HPP
|
sl@0
|
6 |
# define HANDLE_FWD_DWA2002615_HPP
|
sl@0
|
7 |
|
sl@0
|
8 |
# include <boost/python/detail/prefix.hpp>
|
sl@0
|
9 |
|
sl@0
|
10 |
namespace boost { namespace python {
|
sl@0
|
11 |
|
sl@0
|
12 |
template <class T = PyObject> class handle;
|
sl@0
|
13 |
|
sl@0
|
14 |
}} // namespace boost::python
|
sl@0
|
15 |
|
sl@0
|
16 |
#endif // HANDLE_FWD_DWA2002615_HPP
|