libzypp  17.35.14
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>
15 #include <zypp/ng/context.h>
16 #include <zypp/ZYpp.h>
17 
18 namespace zyppng
19 {
20  ZYPP_FWD_DECL_TYPE_WITH_REFS ( EventDispatcher );
21 
23  {
24  public:
26  EventDispatcherRef _eventDispatcher;
28  ProvideRef _provider;
30  };
31 
32 }
33 
34 
35 #endif
unsigned short b
zypp::filesystem::TmpDir _providerDir
Definition: context_p.h:27
::boost::shared_ptr< ZYpp > Ptr
Definition: ZYpp.h:63
zypp::ZYpp::Ptr _zyppPtr
Definition: context_p.h:29
ZYPP_FWD_DECL_TYPE_WITH_REFS(Context)
Provide a new empty temporary directory and recursively delete it when no longer needed.
Definition: TmpPath.h:181
ProvideRef _provider
Definition: context_p.h:28
ContextPrivate(Context &b)
Definition: context_p.h:25
EventDispatcherRef _eventDispatcher
Definition: context_p.h:26