X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=zypp%2FMediaProducts.h;h=f6128a1a08e114f7c8309ea6b2374171646856e1;hb=42b5d038414cf4a4a050e816b471f890b24e8032;hp=2a6bd9ba1b4173900aba7aec38d16c28c3c48c98;hpb=b61a0ff7e76a542a874714e4ee7753db48f9f8aa;p=platform%2Fupstream%2Flibzypp.git diff --git a/zypp/MediaProducts.h b/zypp/MediaProducts.h index 2a6bd9b..f6128a1 100644 --- a/zypp/MediaProducts.h +++ b/zypp/MediaProducts.h @@ -54,8 +54,8 @@ namespace zypp /** * FIXME: add a comment here... */ - template - static void scanProductsFile( const Pathname & file_r, _OutputIterator result ) + template + static void scanProductsFile( const Pathname & file_r, TOutputIterator result ) { std::ifstream pfile( file_r.asString().c_str() ); while ( pfile.good() ) { @@ -84,8 +84,8 @@ namespace zypp * items will be inserted. * \throws MediaException If accessng the media fails */ - template - void productsInMedia( const Url & url_r, _OutputIterator result ) + template + void productsInMedia( const Url & url_r, TOutputIterator result ) { media::MediaManager media_mgr; // open the media