Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp / Repository.cc
index 40a633a..ae31925 100644 (file)
@@ -39,15 +39,15 @@ namespace zypp
 
     /////////////////////////////////////////////////////////////////
 
-    sat::detail::CRepo * Repository::get() const
+    ::_Repo * Repository::get() const
     { return myPool().getRepo( _id ); }
 
 #define NO_REPOSITORY_RETURN( VAL ) \
-    sat::detail::CRepo * _repo( get() ); \
+    ::_Repo * _repo( get() ); \
     if ( ! _repo ) return VAL
 
 #define NO_REPOSITORY_THROW( VAL ) \
-    sat::detail::CRepo * _repo( get() ); \
+    ::_Repo * _repo( get() ); \
     if ( ! _repo ) ZYPP_THROW( VAL )
 
     bool Repository::isSystemRepo() const
@@ -396,7 +396,7 @@ namespace zypp
       {
        if ( base() )
        {
-         sat::detail::CPool * satpool = sat::Pool::instance().get();
+         ::_Pool * satpool = sat::Pool::instance().get();
          do {
            ++base_reference();
          } while ( base() < satpool->repos+satpool->nrepos && !*base() );