33#ifndef __KLEO_IMPORTJOB_H__
34#define __KLEO_IMPORTJOB_H__
62 class ImportJob : public Job {
66 ImportJob( TQObject * parent, const char * name );
74 virtual GpgME::Error start( const TQByteArray & keyData ) = 0;
76 virtual GpgME::ImportResult exec( const TQByteArray & keyData ) = 0;
79 void result( const GpgME::ImportResult & result );
virtual GpgME::Error start(const TQByteArray &keyData)=0 Starts the importing operation.
|