1 // Copyright David Abrahams 2002.
2 // Distributed under the Boost Software License, Version 1.0. (See
3 // accompanying file LICENSE_1_0.txt or copy at
4 // http://www.boost.org/LICENSE_1_0.txt)
5 #ifndef CLASS_DETAIL_DWA200295_HPP
6 # define CLASS_DETAIL_DWA200295_HPP
7 
8 # include <boost/python/handle.hpp>
9 # include <boost/python/type_id.hpp>
10 
11 namespace boost { namespace python { namespace objects {
12 
13 BOOST_PYTHON_DECL type_handle registered_class_object(type_info id);
14 BOOST_PYTHON_DECL type_handle class_metatype();
15 BOOST_PYTHON_DECL type_handle class_type();
16 
17 }}} // namespace boost::python::object
18 
19 #endif // CLASS_DETAIL_DWA200295_HPP
20