Imported Upstream version 17.14.0
[platform/upstream/libzypp.git] / zypp / base / CleanerThread_p.h
1 /*---------------------------------------------------------------------\
2 |                          ____ _   __ __ ___                          |
3 |                         |__  / \ / / . \ . \                         |
4 |                           / / \ V /|  _/  _/                         |
5 |                          / /__ | | | | | |                           |
6 |                         /_____||_| |_| |_|                           |
7 |                                                                      |
8 \---------------------------------------------------------------------*/
9 /** \file       zypp/base/CleanerThread_p.h
10  * This file contains private API, it will change without notice.
11  * You have been warned.
12 */
13
14 #include <unistd.h>
15
16 #include "zypp/APIConfig.h"
17
18 namespace zypp
19 {
20
21   class ZYPP_LOCAL CleanerThread
22   {
23     public:
24       CleanerThread() = delete;
25       static void watchPID ( pid_t pid_r );
26   };
27
28 }