libzypp
10.5.0
|
00001 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 4 -*- */ 00002 /* libzypp.h 00003 * Copyright (C) 2000-2002 Ximian, Inc. 00004 * Copyright (C) 2005 SUSE Linux Products GmbH 00005 * 00006 * This program is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU General Public License, 00008 * version 2, as published by the Free Software Foundation. 00009 * 00010 * This program is distributed in the hope that it will be useful, but 00011 * WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00013 * General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU General Public License 00016 * along with this program; if not, write to the Free Software 00017 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 00018 * 02111-1307, USA. 00019 */ 00020 00021 #ifndef ZYPP_SOLVER_DETAIL_LIBZYPP_H 00022 #define ZYPP_SOLVER_DETAIL_LIBZYPP_H 00023 00024 #include "zypp/solver/detail/Resolver.h" 00025 #include "zypp/solver/detail/ResolverContext.h" 00026 #include "zypp/solver/detail/ResolverProblem.h" 00027 #include "zypp/solver/detail/ProblemSolution.h" 00028 #include "zypp/solver/detail/SolutionAction.h" 00029 #include "zypp/solver/detail/InstallOrder.h" 00030 00031 #endif // ZYPP_SOLVER_DETAIL_LIBZYPP_H