Imported Upstream version 15.0.0
[platform/upstream/libzypp.git] / zypp / ZYppCallbacks.h
index bca1192..27b0c4f 100644 (file)
@@ -184,22 +184,6 @@ namespace zypp
        , const std::string &/*description*/
       ) { return ABORT; }
 
-
-      /** Detail information about the result of a performed pkgGpgCheck.
-       *
-       * Userdata sent:
-       * \param "Package"      Package::constPtr of the package
-       * \param "Localpath"    Pathname to downloaded package on disk
-       * \param "CheckPackageResult"   RpmDb::CheckPackageResult of signature check
-       * \param "CheckPackageDetail"   RpmDb::CheckPackageDetail logmessages of rpm signature check
-       *
-       *  Userdata accepted:
-       * \param "Action"       DownloadResolvableReport::Action user advice how to behave on error (ABORT).
-       *                        If you set just an empty value here, a default probelm report will be triggered.
-       */
-      virtual void pkgGpgCheck( const UserData & userData_r = UserData() )
-      {}
-
       virtual void finish(Resolvable::constPtr /*resolvable_ptr*/
         , Error /*error*/
         , const std::string &/*reason*/