12#ifndef ZYPP_BASE_FUNCTION_H
13#define ZYPP_BASE_FUNCTION_H
15#include <boost/function.hpp>
16#define BOOST_BIND_GLOBAL_PLACEHOLDERS
17#include <boost/bind.hpp>
18#include <boost/ref.hpp>
43 using boost::function;
Easy-to use interface to the ZYPP dependency resolver.