[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    proko2: kdepim/certmanager/lib
From:       Marc Mutz <mutz () kde ! org>
Date:       2005-03-30 8:46:17
Message-ID: 20050330084617.4BFB5632 () office ! kde ! org
[Download RAW message or body]

CVS commit by mutz: 

More fitting signature for Kleo::CryptoBackend::Protocol::specialJob()


  M +1 -1      cryptplugwrapper.h   1.15.4.2
  M +1 -1      backends/chiasmus/chiasmusbackend.cpp   1.1.2.2
  M +2 -1      kleo/cryptobackend.h   1.12.8.2


--- kdepim/certmanager/lib/cryptplugwrapper.h  #1.15.4.1:1.15.4.2
@@ -1326,5 +1326,5 @@ public:
     Kleo::RefreshKeysJob * refreshKeysJob() const;
 
-    Kleo::SpecialJob * specialJob( const QMap<QString,QString> & ) const { return 0; \
} +    Kleo::SpecialJob * specialJob( const char *, const QMap<QString,QVariant> & ) \
const { return 0; }  
     GpgME::ImportResult importCertificate( const char* data, size_t length );

--- kdepim/certmanager/lib/backends/chiasmus/chiasmusbackend.cpp  #1.1.2.1:1.1.2.2
@@ -358,5 +358,5 @@ public:
   RefreshKeysJob * refreshKeysJob() const { return 0; }
 
-  SpecialJob * specialJob( const QMap<QString,QString> & ) const { return 0; }
+  SpecialJob * specialJob( const char *, const QMap<QString,QVariant> & ) const { \
return 0; }  };
 

--- kdepim/certmanager/lib/kleo/cryptobackend.h  #1.12.8.1:1.12.8.2
@@ -54,4 +54,5 @@ namespace Kleo {
 
 class QString;
+class QVariant;
 template <typename T_Key, typename T_Value> class QMap;
 
@@ -111,5 +112,5 @@ namespace Kleo {
     virtual RefreshKeysJob    * refreshKeysJob() const = 0;
 
-    virtual SpecialJob        * specialJob( const QMap<QString,QString> & args ) \
const = 0; +    virtual SpecialJob        * specialJob( const char * type, const \
QMap<QString,QVariant> & args ) const = 0;  };
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic