976f4b52bb4d5071173770d0cbd4235fee9c394d
[platform/upstream/libzypp.git] / zypp / solver / SolverFwd.h
1 /*---------------------------------------------------------------------\
2 |                          ____ _   __ __ ___                          |
3 |                         |__  / \ / / . \ . \                         |
4 |                           / / \ V /|  _/  _/                         |
5 |                          / /__ | | | | | |                           |
6 |                         /_____||_| |_| |_|                           |
7 |                                                                      |
8 \---------------------------------------------------------------------*/
9 /** \file       zypp/solver/SolverFwd.h
10  *
11  * Forward declaration of Solver related public types.
12  *
13 */
14 #ifndef ZYPP_SOLVER_SOLVERFWD_H
15 #define ZYPP_SOLVER_SOLVERFWD_H
16
17 ///////////////////////////////////////////////////////////////////
18 namespace zypp
19 { /////////////////////////////////////////////////////////////////
20   ///////////////////////////////////////////////////////////////////
21   namespace solver
22   { /////////////////////////////////////////////////////////////////
23
24     DEFINE_PTR_TYPE(Context);
25
26     /////////////////////////////////////////////////////////////////
27   } // namespace solver
28   ///////////////////////////////////////////////////////////////////
29   /////////////////////////////////////////////////////////////////
30 } // namespace zypp
31 ///////////////////////////////////////////////////////////////////
32 #endif // ZYPP_SOLVER_SOLVERFWD_H