Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp / MediaProducts.h
index f6128a1..2a6bd9b 100644 (file)
@@ -54,8 +54,8 @@ namespace zypp
   /**
    * FIXME: add a comment here...
    */
-  template <class TOutputIterator>
-  static void scanProductsFile( const Pathname & file_r, TOutputIterator result )
+  template <class _OutputIterator>
+  static void scanProductsFile( const Pathname & file_r, _OutputIterator 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 <class TOutputIterator>
-  void productsInMedia( const Url & url_r, TOutputIterator result )
+  template <class _OutputIterator>
+  void productsInMedia( const Url & url_r, _OutputIterator result )
   {
     media::MediaManager media_mgr;
     // open the media