libzypp  17.35.15
eventloop_glib_p.h
Go to the documentation of this file.
1 #ifndef ZYPP_BASE_EVENTLOOP_GLIB_P_DEFINED
2 #define ZYPP_BASE_EVENTLOOP_GLIB_P_DEFINED
3 
4 #include "base_p.h"
5 #include "threaddata_p.h"
7 #include <glib.h>
8 
9 namespace zyppng {
10 
12  {
14  public:
16 
17  std::shared_ptr<EventDispatcher> _dispatcher;
18  GMainLoop *_loop = nullptr;
19 
20  };
21 
22 }
23 
24 
25 #endif
std::shared_ptr< EventDispatcher > _dispatcher
EventLoopPrivate(EventLoop &p)
#define ZYPP_DECLARE_PUBLIC(Class)
Definition: zyppglobal.h:98