[Pkg-privacy-commits] [libgsecuredelete] 57/168: Allow subclasses to override get_subprocess_error_msg()
Ulrike Uhlig
u-guest at moszumanska.debian.org
Thu Jul 7 20:06:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
u-guest pushed a commit to branch master
in repository libgsecuredelete.
commit beccbddd8ddc7b8aa52fe34074e7d006d0043f05
Author: Colomban Wendling <ban at herbesfolles.org>
Date: Fri Feb 26 22:53:36 2010 +0100
Allow subclasses to override get_subprocess_error_msg()
Allow subclasses to give their own error message on subprocess
failure/crash.
---
gsecuredelete/async-operation.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gsecuredelete/async-operation.vala b/gsecuredelete/async-operation.vala
index cae984e..4b86897 100644
--- a/gsecuredelete/async-operation.vala
+++ b/gsecuredelete/async-operation.vala
@@ -255,7 +255,7 @@ namespace Gsd
* "???" and send a warning.
* don't call this function before the subprocess termination as it blocks
* until subprocess error output's EOF */
- private string? get_subprocess_error_msg ()
+ protected virtual string? get_subprocess_error_msg ()
{
/* don't worry about blocking as we call this after the subprocess
* termination, then the fd have proper EOF */
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/libgsecuredelete.git
More information about the Pkg-privacy-commits
mailing list