X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FProcess.hpp;fp=src%2Fapp%2FProcess.hpp;h=732fd2f4ac413c49eef56234bc1daf1569d57843;hb=3b617c12da216c2d1744c5fbb62a7ef381e1e0b3;hp=6f5a5ae6f429806a3a9001885cecd26092c017f7;hpb=0644360107ca50d681ae8b8cad608c7bc2ec7a40;p=blank.git diff --git a/src/app/Process.hpp b/src/app/Process.hpp index 6f5a5ae..732fd2f 100644 --- a/src/app/Process.hpp +++ b/src/app/Process.hpp @@ -16,7 +16,12 @@ public: public: /// launch process executing the file at given path with - /// given arguments and environment + /// given arguments and environment of parent process + Process( + const std::string &path, + const Arguments &args); + /// launch process executing the file at given path with + /// given arguments and given environment Process( const std::string &path, const Arguments &args,