33 #ifndef __KLEO_SPECIALJOB_H__
34 #define __KLEO_SPECIALJOB_H__
69 SpecialJob( TQObject * parent,
const char * name );
77 virtual GpgME::Error
start() = 0;
79 virtual GpgME::Error exec() = 0;
82 void result(
const GpgME::Error & result,
const TQVariant & data );
87 #endif // __KLEO_SPECIALJOB_H__
An abstract base class for asynchronous crypto operations.
An abstract base class for protocol-specific jobs.
virtual GpgME::Error start()=0
Starts the special operation.