Go to the documentation of this file.
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;