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

List:       kde-commits
Subject:    kdepim/libkdenetwork/gpgmepp
From:       Marc Mutz <Marc.Mutz () uni-bielefeld ! de>
Date:       2004-04-28 21:51:38
Message-ID: 20040428215138.9AC479A7B () office ! kde ! org
[Download RAW message or body]

CVS commit by mutz: 

Implement keyListResult().


  M +4 -0      context.cpp   1.11
  M +1 -0      context.h   1.12


--- kdepim/libkdenetwork/gpgmepp/context.cpp  #1.10:1.11
@@ -270,4 +270,8 @@ namespace GpgME {
   KeyListResult Context::endKeyListing() {
     d->lasterr = gpgme_op_keylist_end( d->ctx );
+    return keyListResult();
+  }
+
+  KeyListResult Context::keyListResult() const {
     return KeyListResult( d->ctx, d->lasterr );
   }

--- kdepim/libkdenetwork/gpgmepp/context.h  #1.11:1.12
@@ -137,4 +137,5 @@ namespace GpgME {
     
     KeyListResult endKeyListing();
+    KeyListResult keyListResult() const;
 
     Key key( const char * fingerprint, GpgME::Error & e, bool secret=false );


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

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