33 #ifndef __KLEO_IMPORTJOB_H__ 34 #define __KLEO_IMPORTJOB_H__ 38 #include <tqcstring.h> 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 ); 84 #endif // __KLEO_IMPORTJOB_H__
An abstract base class for asynchronous importers.
An abstract base class for asynchronous crypto operations.
|