33 #ifndef __KLEO_DOWNLOADJOB_H__
34 #define __KLEO_DOWNLOADJOB_H__
38 #include <tqcstring.h>
65 DownloadJob( TQObject * parent,
const char * name );
76 virtual GpgME::Error
start(
const TQStringList & fingerprints ) = 0;
79 void result(
const GpgME::Error & result,
const TQByteArray & keyData );
84 #endif // __KLEO_DOWNLOADJOB_H__
An abstract base class for asynchronous crypto operations.
An abstract base class for asynchronous downloaders.
virtual GpgME::Error start(const TQStringList &fingerprints)=0
Starts the download operation.