libzypp 17.37.17
ZYppReadOnlyHack.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
12
13#ifndef ZYPP_ZYPP_DETAIL_ZYPPREADONLYHACK_H
14#define ZYPP_ZYPP_DETAIL_ZYPPREADONLYHACK_H
15#warning ZYPP_ZYPP_DETAIL_ZYPPREADONLYHACK_H
16
17#include <zypp-core/Globals.h>
18
20namespace zypp
21{
23 namespace zypp_readonly_hack
24 {
25
26 extern void IWantIt() ZYPP_DEPRECATED;
27
29 } // namespace zypp_readonly_hack
32} // namespace zypp
34
35#endif // ZYPP_ZYPP_DETAIL_ZYPPREADONLYHACK_H
void IWantIt() ZYPP_DEPRECATED
Easy-to use interface to the ZYPP dependency resolver.
Provides API related macros.
#define ZYPP_DEPRECATED
The ZYPP_DEPRECATED macro can be used to trigger compile-time warnings with gcc >= 3....
Definition Globals.h:112