Imported Upstream version 17.25.4
[platform/upstream/libzypp.git] / zypp / Target.cc
index 2497405..acaf9bc 100644 (file)
@@ -134,6 +134,11 @@ namespace zypp
   std::string Target::anonymousUniqueId( const Pathname & root_r )
   { return target::TargetImpl::anonymousUniqueId( root_r ); }
 
+  const VendorAttr & Target::vendorAttr() const
+  { return _pimpl->vendorAttr(); }
+  void Target::vendorAttr( VendorAttr vendorAttr_r )
+  { _pimpl->vendorAttr( std::move(vendorAttr_r) ); }
+
   /////////////////////////////////////////////////////////////////
 } // namespace zypp
 ///////////////////////////////////////////////////////////////////