paludis
Version 1.4.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
paludis
action-fwd.hh
Go to the documentation of this file.
1
/* vim: set sw=4 sts=4 et foldmethod=syntax : */
2
3
/*
4
* Copyright (c) 2007, 2008, 2009 Ciaran McCreesh
5
*
6
* This file is part of the Paludis package manager. Paludis is free software;
7
* you can redistribute it and/or modify it under the terms of the GNU General
8
* Public License version 2, as published by the Free Software Foundation.
9
*
10
* Paludis is distributed in the hope that it will be useful, but WITHOUT ANY
11
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
12
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
13
* details.
14
*
15
* You should have received a copy of the GNU General Public License along with
16
* this program; if not, write to the Free Software Foundation, Inc., 59 Temple
17
* Place, Suite 330, Boston, MA 02111-1307 USA
18
*/
19
20
#ifndef PALUDIS_GUARD_PALUDIS_ACTION_FWD_HH
21
#define PALUDIS_GUARD_PALUDIS_ACTION_FWD_HH 1
22
23
#include <
paludis/util/attributes.hh
>
24
#include <
paludis/util/options-fwd.hh
>
25
#include <iosfwd>
26
27
/** \file
28
* Forward declarations for paludis/action.hh .
29
*
30
* \ingroup g_actions
31
*/
32
33
namespace
paludis
34
{
35
class
Action
;
36
class
InstallAction
;
37
class
UninstallAction
;
38
class
PretendAction
;
39
class
ConfigAction
;
40
class
FetchAction
;
41
class
InfoAction
;
42
class
PretendFetchAction
;
43
44
class
SupportsActionTestBase
;
45
template
<
typename
A_>
class
SupportsActionTest
;
46
47
class
ActionFailedError
;
48
class
ActionAbortedError
;
49
50
struct
FetchActionOptions
;
51
struct
InstallActionOptions
;
52
struct
UninstallActionOptions
;
53
struct
InfoActionOptions
;
54
struct
ConfigActionOptions
;
55
struct
PretendActionOptions
;
56
57
struct
FetchActionFailure
;
58
59
#include <paludis/action-se.hh>
60
61
typedef
Options<FetchPart>
FetchParts
;
62
63
}
64
65
#endif
Generated on Thu May 16 2013 14:09:42 for paludis by
1.8.3.1