paludis
Version 2.6.0
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
paludis
hook-fwd.hh
Go to the documentation of this file.
1
/* vim: set sw=4 sts=4 et foldmethod=syntax : */
2
3
/*
4
* Copyright (c) 2005, 2006, 2007 Ciaran McCreesh
5
* Copyright (c) 2007 Piotr JaroszyĆski
6
*
7
* This file is part of the Paludis package manager. Paludis is free software;
8
* you can redistribute it and/or modify it under the terms of the GNU General
9
* Public License version 2, as published by the Free Software Foundation.
10
*
11
* Paludis is distributed in the hope that it will be useful, but WITHOUT ANY
12
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
13
* FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
14
* details.
15
*
16
* You should have received a copy of the GNU General Public License along with
17
* this program; if not, write to the Free Software Foundation, Inc., 59 Temple
18
* Place, Suite 330, Boston, MA 02111-1307 USA
19
*/
20
21
#ifndef PALUDIS_GUARD_PALUDIS_HOOK_FWD_HH
22
#define PALUDIS_GUARD_PALUDIS_HOOK_FWD_HH 1
23
24
#include <
paludis/util/attributes.hh
>
25
#include <iosfwd>
26
27
/** \file
28
* Forward declarations for paludis/hook.hh .
29
*
30
* \ingroup g_hooks
31
*/
32
33
namespace
paludis
34
{
35
36
#include <paludis/hook-se.hh>
37
38
struct
HookResult
;
39
class
Hook
;
40
}
41
42
#endif
paludis
Definition:
about_metadata-fwd.hh:23
paludis::HookResult
Definition:
hook.hh:61
paludis::Hook
Definition:
hook.hh:74
attributes.hh
Generated by
1.8.11