sl@0: // Copyright David Abrahams 2002. sl@0: // Distributed under the Boost Software License, Version 1.0. (See sl@0: // accompanying file LICENSE_1_0.txt or copy at sl@0: // http://www.boost.org/LICENSE_1_0.txt) sl@0: #ifndef SCOPE_DWA2002927_HPP sl@0: # define SCOPE_DWA2002927_HPP sl@0: sl@0: # include sl@0: sl@0: namespace boost { namespace python { namespace detail { sl@0: sl@0: void BOOST_PYTHON_DECL scope_setattr_doc(char const* name, object const& obj, char const* doc); sl@0: sl@0: }}} // namespace boost::python::detail sl@0: sl@0: #endif // SCOPE_DWA2002927_HPP