Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / zypp / ui / Selectable.cc
index 8095e21..e8678e8 100644 (file)
@@ -55,7 +55,7 @@ namespace zypp
     IdString Selectable::ident() const
     { return _pimpl->ident(); }
 
-    ResObject::Kind Selectable::kind() const
+    ResKind Selectable::kind() const
     { return _pimpl->kind(); }
 
     const std::string & Selectable::name() const
@@ -205,8 +205,6 @@ namespace zypp
     void Selectable::setLicenceConfirmed( bool val_r )
     { _pimpl->setLicenceConfirmed( val_r ); }
 
-    bool Selectable::hasLocks() const
-    { return  _pimpl->hasLocks(); }
 
     Selectable::Fate Selectable::fate() const
     {