libzypp  15.28.6
ZYppReadOnlyHack.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
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/APIConfig.h"
18 
20 namespace zypp
21 {
22  namespace zypp_readonly_hack
24  {
25 
26  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
Definition: ZYppFactory.cc:71
Provides API related macros.
#define ZYPP_DEPRECATED
The ZYPP_DEPRECATED macro can be used to trigger compile-time warnings with gcc >= 3...
Definition: APIConfig.h:86