Imported Upstream version 14.45.0
[platform/upstream/libzypp.git] / zypp / Target.cc
index c4707a8..26a22f8 100644 (file)
@@ -79,6 +79,9 @@ namespace zypp
   void Target::load()
   { _pimpl->load(); }
 
+  void Target::reload()
+  { _pimpl->reload(); }
+  
   void Target::unload()
   { _pimpl->unload(); }
 
@@ -118,6 +121,11 @@ namespace zypp
   std::string Target::targetDistributionRelease( const Pathname & root_r )
   { return target::TargetImpl::targetDistributionRelease( root_r ); }
 
+  std::string Target::targetDistributionFlavor() const
+  { return _pimpl->targetDistributionFlavor(); }
+  std::string Target::targetDistributionFlavor( const Pathname & root_r )
+  { return target::TargetImpl::targetDistributionFlavor( root_r ); }
+
   Target::DistributionLabel Target::distributionLabel() const
   { return _pimpl->distributionLabel(); }
   Target::DistributionLabel Target::distributionLabel( const Pathname & root_r )