libzypp  17.31.31
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>
18 #include <zypp-core/zyppng/base/zyppglobal.h>
19 
20 namespace zyppng {
22  ZYPP_FWD_DECL_TYPE_WITH_REFS (ProvideMediaSpec);
23  ZYPP_FWD_DECL_TYPE_WITH_REFS (ProvideFileSpec);
24  ZYPP_FWD_DECL_TYPE_WITH_REFS (ProvideItem);
25  ZYPP_FWD_DECL_TYPE_WITH_REFS (ProvideRequest);
26  ZYPP_FWD_DECL_TYPE_WITH_REFS (MediaDataVerifier);
27  ZYPP_FWD_DECL_TYPE_WITH_REFS (ProvideStatus);
28  class HeaderValueMap;
29  class ProvideMediaHandle;
30 }
31 
32 #endif
ZYPP_FWD_DECL_TYPE_WITH_REFS(SuseMediaDataVerifier)