35 #ifndef __KLEO_IMPORTFROMKEYSERVERJOB_H__
36 #define __KLEO_IMPORTFROMKEYSERVERJOB_H__
38 #include "abstractimportjob.h"
39 #include "qgpgme_export.h"
78 virtual GpgME::Error
start(
const std::vector<GpgME::Key> &keys) = 0;
80 virtual GpgME::ImportResult exec(
const std::vector<GpgME::Key> &keys) = 0;
Definition: abstractimportjob.h:52
An abstract base class for asynchronous keyserver-importers.
Definition: importfromkeyserverjob.h:67
virtual GpgME::Error start(const std::vector< GpgME::Key > &keys)=0