12 #ifndef ZYPP_BASE_FUNCTION_H 13 #define ZYPP_BASE_FUNCTION_H 16 #include <boost/function.hpp> 41 using boost::function;
44 using std::placeholders::_1;
45 using std::placeholders::_2;
46 using std::placeholders::_3;
51 #endif // ZYPP_BASE_FUNCTION_H Easy-to use interface to the ZYPP dependency resolver.