From db4d104ed965592c1d89c31d96301f0a44640df7 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 3 Feb 2022 07:10:32 +0100 Subject: Integrate windows process --- src/Process.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Process.hpp') diff --git a/src/Process.hpp b/src/Process.hpp index 3265cc9..e1f71ad 100644 --- a/src/Process.hpp +++ b/src/Process.hpp @@ -1,5 +1,4 @@ #include - #define ENGINE_TIMEOUT 5 // In seconds #define BUFFER_SIZE 1024 @@ -12,7 +11,8 @@ public: virtual void Kill() = 0; /// @brief Start the engine from file path virtual void Start(std::string) = 0; - /// @brief Read one line from the stdout of the engine (could raise a ReadTimeoutExpire) + /// @brief Read one line from the stdout of the engine (could raise a + /// ReadTimeoutExpire) virtual std::string ReadLine() = 0; /// @brief Write to engine stdin virtual void Write(std::string) = 0; -- cgit v1.2.3