libzypp  15.28.6
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
A Solvable object within the sat Pool.
Definition: Solvable.h:53
virtual ~Application()
Dtor.
Definition: Application.cc:27
Application(const sat::Solvable &solvable_r)
Ctor.
Definition: Application.cc:23
IMPL_PTR_TYPE(Application)
Base for resolvable objects.
Definition: ResObject.h:38