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;
 
Easy-to use interface to the ZYPP dependency resolver.