mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-23 23:16:39 +01:00
style fix
This commit is contained in:
parent
12f2aea34f
commit
674bbf3806
@ -183,11 +183,14 @@ bool Process::isRunning(const ProcessHandle& handle)
|
||||
{
|
||||
return isRunningImpl(*handle._pImpl);
|
||||
}
|
||||
|
||||
|
||||
bool Process::isRunning(PID pid)
|
||||
{
|
||||
return isRunningImpl(pid);
|
||||
}
|
||||
|
||||
|
||||
void Process::requestTermination(PID pid)
|
||||
{
|
||||
requestTerminationImpl(pid);
|
||||
|
Loading…
x
Reference in New Issue
Block a user