libzypp  11.13.5
AttrMatcher.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
12 #ifndef ZYPP_SAT_ATTRMATCHER_H
13 #define ZYPP_SAT_ATTRMATCHER_H
14 #warning sat::AttrMatcher was renamed to StrMatcher. Deprecated include of zypp/sat/AttrMatcher.h use zypp/base/StrMatcher.h
15 
16 #include "zypp/base/StrMatcher.h"
17 
19 namespace zypp
20 {
22  namespace sat
23  {
25 
26  } // namespace sat
28 } // namespace zypp
30 #endif // ZYPP_SAT_ATTRMATCHER_H