ProblemSolutionIgnore.h

Go to the documentation of this file.
00001 /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */
00002 /* Resolver_problems.cc
00003  *
00004  * Copyright (C) 2000-2002 Ximian, Inc.
00005  * Copyright (C) 2005 SUSE Linux Products GmbH
00006  *
00007  * This program is free software; you can redistribute it and/or
00008  * modify it under the terms of the GNU General Public License,
00009  * version 2, as published by the Free Software Foundation.
00010  *
00011  * This program is distributed in the hope that it will be useful, but
00012  * WITHOUT ANY WARRANTY; without even the implied warranty of
00013  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00014  * General Public License for more details.
00015  *
00016  * You should have received a copy of the GNU General Public License
00017  * along with this program; if not, write to the Free Software
00018  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
00019  * 02111-1307, USA.
00020  */
00021 
00022 #ifndef ZYPP_SOLVER_DETAIL_PROBLEMSOLUTIONIGNORE_H
00023 #define ZYPP_SOLVER_DETAIL_PROBLEMSOLUTIONIGNORE_H
00024 
00025 #include "zypp/solver/detail/Types.h"
00026 #include "zypp/ProblemSolution.h"
00027 
00029 namespace zypp
00030 { 
00031 
00032   namespace solver
00033   { 
00034 
00035     namespace detail
00036     { 
00037 
00043         class ProblemSolutionIgnoreConflicts : public ProblemSolution
00044         {
00045         public:
00046 
00050             ProblemSolutionIgnoreConflicts( ResolverProblem_Ptr parent,
00051                                             PoolItem_Ref item,
00052                                             const Capability & capability,
00053                                             PoolItem_Ref otherItem);
00054             ProblemSolutionIgnoreConflicts( ResolverProblem_Ptr parent,
00055                                             PoolItem_Ref item,
00056                                             const Capability & capability,
00057                                             PoolItemList itemList);         
00058         };
00059 
00060         class ProblemSolutionIgnoreRequires : public ProblemSolution
00061         {
00062         public:
00063 
00067             ProblemSolutionIgnoreRequires( ResolverProblem_Ptr parent,
00068                                            PoolItem_Ref item,
00069                                            const Capability & capability);
00070             ProblemSolutionIgnoreRequires( ResolverProblem_Ptr parent,
00071                                            PoolItemList itemList,
00072                                            const Capability & capability);
00073         };
00074 
00075         class ProblemSolutionIgnoreArchitecture : public ProblemSolution
00076         {
00077         public:
00078 
00082             ProblemSolutionIgnoreArchitecture( ResolverProblem_Ptr parent,
00083                                                PoolItem_Ref item);
00084         };      
00085 
00086         class ProblemSolutionIgnoreObsoletes : public ProblemSolution
00087         {
00088         public:
00089 
00093             ProblemSolutionIgnoreObsoletes( ResolverProblem_Ptr parent,
00094                                             PoolItem_Ref item,
00095                                             const Capability & capability,
00096                                             PoolItem_Ref otherItem);        
00097         };
00098 
00099         class ProblemSolutionIgnoreInstalled : public ProblemSolution
00100         {
00101         public:
00102 
00106             ProblemSolutionIgnoreInstalled( ResolverProblem_Ptr parent,
00107                                             PoolItem_Ref item,
00108                                             PoolItem_Ref otherItem);  
00109         };
00110         
00111 
00113     };// namespace detail
00116   };// namespace solver
00119 };// namespace zypp
00121 
00122 #endif // ZYPP_SOLVER_DETAIL_PROBLEMSOLUTIONIGNORE_H
00123 

Generated on Thu Jul 6 00:07:23 2006 for zypp by  doxygen 1.4.6