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

List:       kde-commits
Subject:    aegypten_branch: kdepim/certmanager/lib
From:       Marc Mutz <Marc.Mutz () uni-bielefeld ! de>
Date:       2004-04-08 15:36:36
Message-ID: 20040408153636.2CFD89A13 () office ! kde ! org
[Download RAW message or body]

CVS commit by mutz: 

Remove includedCerts parameter here, too


  M +1 -2      cryptplugwrapper.cpp   1.1.2.35
  M +1 -1      cryptplugwrapper.h   1.1.2.24
  M +1 -1      kleo/cryptobackend.h   1.1.2.5


--- kdepim/certmanager/lib/cryptplugwrapper.cpp  #1.1.2.34:1.1.2.35
@@ -1038,5 +1038,5 @@ Kleo::DeleteJob * CryptPlugWrapper::dele
 }
 
-Kleo::SignEncryptJob * CryptPlugWrapper::signEncryptJob( int includedCerts, bool \
armor, bool textMode ) const { +Kleo::SignEncryptJob * \
CryptPlugWrapper::signEncryptJob( bool armor, bool textMode ) const {  if ( !_cp )
     return 0;
@@ -1046,5 +1046,4 @@ Kleo::SignEncryptJob * CryptPlugWrapper:
     return 0;
 
-  context->setIncludeCertificates( includedCerts );
   context->setArmor( armor );
   context->setTextMode( textMode );

--- kdepim/certmanager/lib/cryptplugwrapper.h  #1.1.2.23:1.1.2.24
@@ -915,5 +915,5 @@ public:
     Kleo::DeleteJob * deleteJob() const;
 
-    Kleo::SignEncryptJob * signEncryptJob( int includedCerts=0, bool armor=false, \
bool textmode=false ) const; +    Kleo::SignEncryptJob * signEncryptJob( bool \
                armor=false, bool textmode=false ) const;
     Kleo::DecryptVerifyJob * decryptVerifyJob( bool textmode=false ) const;
 

--- kdepim/certmanager/lib/kleo/cryptobackend.h  #1.1.2.4:1.1.2.5
@@ -95,5 +95,5 @@ namespace Kleo {
     virtual DownloadJob       * downloadJob( bool armor=false ) const = 0;
     virtual DeleteJob         * deleteJob() const = 0;
-    virtual SignEncryptJob    * signEncryptJob( int includedCerts=0, bool \
armor=false, bool textMode=false ) const = 0; +    virtual SignEncryptJob    * \
                signEncryptJob( bool armor=false, bool textMode=false ) const = 0;
     virtual DecryptVerifyJob  * decryptVerifyJob( bool textmode=false ) const = 0;
   };


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

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