29d982656beccda4abce99b267ea4ea5f9b113a6
[platform/upstream/libzypp.git] / zypp / MediaProducts.cc
1 /*---------------------------------------------------------------------\
2 |                          ____ _   __ __ ___                          |
3 |                         |__  / \ / / . \ . \                         |
4 |                           / / \ V /|  _/  _/                         |
5 |                          / /__ | | | | | |                           |
6 |                         /_____||_| |_| |_|                           |
7 |                                                                      |
8 \---------------------------------------------------------------------*/
9
10
11 #undef ZYPP_BASE_LOGGER_LOGGROUP
12 #define ZYPP_BASE_LOGGER_LOGGROUP "zypp"
13
14 #include "zypp/MediaProducts.h"
15
16 using namespace std;
17
18 namespace zypp
19 {
20
21 // template<class _OutputIterator>
22 // void productsInMedia( const Url & url_r, _OutputIterator result )
23
24
25 } // ns zypp
26
27 // vim: set ts=2 sts=2 sw=2 et ai: