libzypp 17.31.23
CleanerThread_p.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
14#include <unistd.h>
15
16#include <zypp-core/Globals.h>
17
18namespace zypp
19{
20
22 {
23 public:
24 CleanerThread() = delete;
25 static void watchPID ( pid_t pid_r );
26 };
27
28}
Easy-to use interface to the ZYPP dependency resolver.
Definition: CodePitfalls.doc:2
#define ZYPP_LOCAL
Definition: Globals.h:59