Imported Upstream version 17.24.0
[platform/upstream/libzypp.git] / zypp / sat / AttrMatcher.h
1 /*---------------------------------------------------------------------\
2 |                          ____ _   __ __ ___                          |
3 |                         |__  / \ / / . \ . \                         |
4 |                           / / \ V /|  _/  _/                         |
5 |                          / /__ | | | | | |                           |
6 |                         /_____||_| |_| |_|                           |
7 |                                                                      |
8 \---------------------------------------------------------------------*/
9 /** \file       zypp/sat/AttrMatcher.h
10  *
11 */
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
18 ///////////////////////////////////////////////////////////////////
19 namespace zypp
20 {
21   ///////////////////////////////////////////////////////////////////
22   namespace sat
23   {
24     typedef StrMatcher AttrMatcher;
25
26   } // namespace sat
27   ///////////////////////////////////////////////////////////////////
28 } // namespace zypp
29 ///////////////////////////////////////////////////////////////////
30 #endif // ZYPP_SAT_ATTRMATCHER_H