diff options
Diffstat (limited to 'src/gpg/function/GpgCommandExecutor.h')
-rw-r--r-- | src/gpg/function/GpgCommandExecutor.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/gpg/function/GpgCommandExecutor.h b/src/gpg/function/GpgCommandExecutor.h index dcdd318d..6979d5f6 100644 --- a/src/gpg/function/GpgCommandExecutor.h +++ b/src/gpg/function/GpgCommandExecutor.h @@ -33,6 +33,11 @@ #include "gpg/GpgFunctionObject.h" namespace GpgFrontend { + +/** + * @brief + * + */ class GpgCommandExecutor : public SingletonFunctionObject<GpgCommandExecutor> { public: explicit GpgCommandExecutor( @@ -40,6 +45,13 @@ class GpgCommandExecutor : public SingletonFunctionObject<GpgCommandExecutor> { : SingletonFunctionObject<GpgCommandExecutor>(channel) {} #ifndef WINDOWS + + /** + * @brief + * + * @param arguments + * @param interact_func + */ void Execute(StringArgsRef arguments, const std::function<void(boost::process::async_pipe &in, boost::process::async_pipe &out)> |