From 888d8e6fb9c235a5d475481d141b5011f44e8536 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Fri, 14 Feb 2020 09:05:38 +0100 Subject: [PATCH] commit missing file --- Foundation/include/Poco/Process_WIN32U.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Foundation/include/Poco/Process_WIN32U.h b/Foundation/include/Poco/Process_WIN32U.h index dd62fbf4d..ffe920af3 100644 --- a/Foundation/include/Poco/Process_WIN32U.h +++ b/Foundation/include/Poco/Process_WIN32U.h @@ -75,6 +75,8 @@ public: static bool isRunningImpl(PIDImpl pid); static void requestTerminationImpl(PIDImpl pid); static std::string terminationEventName(PIDImpl pid); + static bool mustEscapeArg(const std::string& arg); + static std::string escapeArg(const std::string& arg); };