added disk usage data to PackageImplIf interface, provide this info from
[platform/upstream/libzypp.git] / zypp / target / rpm / RpmPackageImpl.cc
index 372f731..b9f2e11 100644 (file)
@@ -322,6 +322,9 @@ namespace zypp
       /** */
       bool RPMPackageImpl::prefererCandidate() const
       {}
+      /** */
+      DiskUsage RPMPackageImpl::diskUsage() const
+      { return _disk_usage; }
 
 #endif