libzypp 17.37.18
providefwd.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\----------------------------------------------------------------------/
9*
10* This file contains private API, this might break at any time between releases.
11* You have been warned!
12*
13*/
14#ifndef ZYPP_MEDIA_PROVIDE_FWD_H_INCLUDED
15#define ZYPP_MEDIA_PROVIDE_FWD_H_INCLUDED
16
17#include <memory>
19
20namespace zyppng {
24 class HeaderValueMap;
26
27#ifdef ZYPP_ENABLE_ASYNC
28 ZYPP_FWD_DECL_TYPE_WITH_REFS (ProvideItem);
29 ZYPP_FWD_DECL_TYPE_WITH_REFS (ProvideRequest);
30 ZYPP_FWD_DECL_TYPE_WITH_REFS (MediaDataVerifier);
31 ZYPP_FWD_DECL_TYPE_WITH_REFS (ProvideStatus);
32#endif
33}
34
35#endif
#define ZYPP_FWD_DECL_TYPE_WITH_REFS(T)
Definition zyppglobal.h:126