libzypp
10.5.0
|
00001 /*---------------------------------------------------------------------\ 00002 | ____ _ __ __ ___ | 00003 | |__ / \ / / . \ . \ | 00004 | / / \ V /| _/ _/ | 00005 | / /__ | | | | | | | 00006 | /_____||_| |_| |_| | 00007 | | 00008 \---------------------------------------------------------------------*/ 00009 00010 00011 #undef ZYPP_BASE_LOGGER_LOGGROUP 00012 #define ZYPP_BASE_LOGGER_LOGGROUP "zypp" 00013 00014 #include "zypp/MediaProducts.h" 00015 00016 using namespace std; 00017 00018 namespace zypp 00019 { 00020 00021 // template<class _OutputIterator> 00022 // void productsInMedia( const Url & url_r, _OutputIterator result ) 00023 00024 00025 } // ns zypp 00026 00027 // vim: set ts=2 sts=2 sw=2 et ai: