1 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
2 /* Resolver_problems.cc
4 * Copyright (C) 2000-2002 Ximian, Inc.
5 * Copyright (C) 2005 SUSE Linux Products GmbH
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License,
9 * version 2, as published by the Free Software Foundation.
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
22 #ifndef ZYPP_SOLVER_DETAIL_PROBLEMSOLUTIONINSTALL_H
23 #define ZYPP_SOLVER_DETAIL_PROBLEMSOLUTIONINSTALL_H
25 #include "zypp/ProblemSolution.h"
26 #include "zypp/solver/detail/Types.h"
28 /////////////////////////////////////////////////////////////////////////
30 { ///////////////////////////////////////////////////////////////////////
31 ///////////////////////////////////////////////////////////////////////
33 { /////////////////////////////////////////////////////////////////////
34 /////////////////////////////////////////////////////////////////////
36 { ///////////////////////////////////////////////////////////////////
39 * Class representing one possible solution to one problem found during resolving
40 * This problem solution installs one or more items
43 class ProblemSolutionInstall : public ProblemSolution
50 ProblemSolutionInstall( ResolverProblem_Ptr parent, PoolItem item);
51 ProblemSolutionInstall( ResolverProblem_Ptr parent, PoolItemList & itemlist );
54 ///////////////////////////////////////////////////////////////////
56 /////////////////////////////////////////////////////////////////////
57 /////////////////////////////////////////////////////////////////////
59 ///////////////////////////////////////////////////////////////////////
60 ///////////////////////////////////////////////////////////////////////
62 /////////////////////////////////////////////////////////////////////////
64 #endif // ZYPP_SOLVER_DETAIL_PROBLEMSOLUTIONAINSTALL_H