libzypp  17.14.0
Application.cc
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
11 #include <iostream>
12 
13 //#include "zypp/base/LogTools.h"
14 #include "zypp/Application.h"
15 
16 using std::endl;
17 
19 namespace zypp
20 {
21  IMPL_PTR_TYPE( Application );
22 
24  : ResObject( solvable_r )
25  {}
26 
28  {}
29 
30 } // namespace zypp