Skip to content

Commit 0a9d5f6

Browse files
committed
initial checkin
[SVN r12661]
1 parent 64239f1 commit 0a9d5f6

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// Copyright David Abrahams 2002. Permission to copy, use,
2+
// modify, sell and distribute this software is granted provided this
3+
// copyright notice appears in all copies. This software is provided
4+
// "as is" without express or implied warranty, and with no claim as
5+
// to its suitability for any purpose.
6+
#ifndef LIFE_SUPPORT_DWA200222_HPP
7+
# define LIFE_SUPPORT_DWA200222_HPP
8+
# include <boost/python/detail/config.hpp>
9+
# include <boost/python/detail/wrap_python.hpp>
10+
11+
namespace boost { namespace python { namespace objects {
12+
13+
BOOST_PYTHON_DECL int make_nurse_and_patient(PyObject* nurse, PyObject* patient);
14+
15+
}}} // namespace boost::python::object
16+
17+
#endif // LIFE_SUPPORT_DWA200222_HPP

0 commit comments

Comments
 (0)