Imported Upstream version 17.25.4
[platform/upstream/libzypp.git] / zypp / Url.cc
index 2e9a554..4572e75 100644 (file)
@@ -877,6 +877,11 @@ namespace zypp
     return (lhs.asCompleteString() != rhs.asCompleteString());
   }
 
+  namespace hotfix1050625 {
+    std::string asString( const Url & url_r )
+    { return url_r.m_impl->asString1050625(); }
+  }
+
   ////////////////////////////////////////////////////////////////////
 } // namespace zypp
 //////////////////////////////////////////////////////////////////////