Parent Directory
|
Revision Log
|
Patch
revision 25 by twoaday, Wed Oct 12 10:04:26 2005 UTC | revision 26 by twoaday, Mon Oct 17 08:49:30 2005 UTC | |
---|---|---|
# | Line 422 GpgKeyEdit::setLocalUser (gpgme_key_t lo | Line 422 GpgKeyEdit::setLocalUser (gpgme_key_t lo |
422 | ||
423 | /* Set the result of the operation to @val. */ | /* Set the result of the operation to @val. */ |
424 | void | void |
425 | GpgKeyEdit::setResultValue (int val) | GpgKeyEdit::setResult (int val) |
426 | { | { |
427 | resval |= val; | resval |= val; |
428 | } | } |
# | Line 430 GpgKeyEdit::setResultValue (int val) | Line 430 GpgKeyEdit::setResultValue (int val) |
430 | ||
431 | /* Return the result of the operation. */ | /* Return the result of the operation. */ |
432 | int | int |
433 | GpgKeyEdit::getResultValue (void) | GpgKeyEdit::getResult(void) |
434 | { | { |
435 | return resval; | return resval; |
436 | } | } |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |