22#ifndef ZYPP_SOLVER_DETAIL_PROBLEMSOLUTIONIGNORE_H
23#define ZYPP_SOLVER_DETAIL_PROBLEMSOLUTIONIGNORE_H
24#ifndef ZYPP_USE_RESOLVER_INTERNALS
25#error Do not directly include this file!
49 class ProblemSolutionIgnore :
public ProblemSolution
52 typedef std::list<PoolItem> PoolItemList;
54 ProblemSolutionIgnore( PoolItem item );
55 ProblemSolutionIgnore( PoolItemList itemList );
Easy-to use interface to the ZYPP dependency resolver.