We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64239f1 commit 0a9d5f6Copy full SHA for 0a9d5f6
1 file changed
include/boost/python/object/life_support.hpp
@@ -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