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