libzypp 17.32.2
context_p.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
9#ifndef ZYPP_NG_PRIVATE_CONTEXT_P_H
10#define ZYPP_NG_PRIVATE_CONTEXT_P_H
11
12#include <zypp-core/fs/TmpPath.h>
13#include <zypp-core/zyppng/base/private/base_p.h>
14#include <zypp-core/zyppng/ui/private/userinterface_p.h>
15#include <zypp/ng/context.h>
16#include <zypp/ZYpp.h>
17
18namespace zyppng
19{
20 ZYPP_FWD_DECL_TYPE_WITH_REFS ( EventDispatcher );
21
31
32}
33
34
35#endif
::boost::shared_ptr< ZYpp > Ptr
Definition ZYpp.h:63
Provide a new empty temporary directory and recursively delete it when no longer needed.
Definition TmpPath.h:178
EventDispatcherRef _eventDispatcher
Definition context_p.h:26
zypp::ZYpp::Ptr _zyppPtr
Definition context_p.h:29
zypp::filesystem::TmpDir _providerDir
Definition context_p.h:27
ContextPrivate(Context &b)
Definition context_p.h:25
unsigned short b
ZYPP_FWD_DECL_TYPE_WITH_REFS(Context)