| 
   33#ifndef __KLEO_IMPORTJOB_H__    34#define __KLEO_IMPORTJOB_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 ); An abstract base class for asynchronous importers.virtual GpgME::Error start(const TQByteArray &keyData)=0 Starts the importing operation.An abstract base class for asynchronous crypto operations. 
          
         |