/
This commit is contained in:
parent
06f5f3d7fb
commit
d5c0c20a9e
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1,5 @@
|
||||
_trash/
|
||||
.vscode/
|
||||
|
||||
*.exe
|
||||
*.log
|
@ -1,6 +1,3 @@
|
||||
#ifndef PROCESS_LAUNCHER_H
|
||||
#define PROCESS_LAUNCHER_H
|
||||
|
||||
#include <string>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
@ -16,5 +13,3 @@ public:
|
||||
private:
|
||||
static int write_log(const std::string& log_line);
|
||||
};
|
||||
|
||||
#endif // PROCESS_LAUNCHER_H
|
Loading…
x
Reference in New Issue
Block a user