- KeyRing.h - added KeyRingReport::askUserToAcceptFileWithoutChecksum()
authorLadislav Slezak <lslezak@suse.cz>
Wed, 12 Apr 2006 07:02:45 +0000 (07:02 +0000)
committerLadislav Slezak <lslezak@suse.cz>
Wed, 12 Apr 2006 07:02:45 +0000 (07:02 +0000)
  (#165125)

zypp/KeyRing.h

index fc9116e..c012279 100644 (file)
@@ -39,6 +39,8 @@ namespace zypp
     { return true; }
     virtual bool askUserToAcceptVerificationFailed( const Pathname &file, const std::string &keyid, const std::string &keyname )
     { return true; }
+    virtual bool askUserToAcceptFileWithoutChecksum( const zypp::Pathname &file )
+    { return true; }
   };
   
   struct KeyRingSignals : public callback::ReportBase