mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
Update Process_VX.cpp
This commit is contained in:
@@ -80,10 +80,13 @@ void ProcessImpl::killImpl(PIDImpl pid)
|
|||||||
throw Poco::NotImplementedException("Process::kill()");
|
throw Poco::NotImplementedException("Process::kill()");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
bool ProcessImpl::isRunningImpl(const ProcessHandleImpl& handle)
|
bool ProcessImpl::isRunningImpl(const ProcessHandleImpl& handle)
|
||||||
{
|
{
|
||||||
throw Poco::NotImplementedException("Process::is_running()");
|
throw Poco::NotImplementedException("Process::is_running()");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
bool ProcessImpl::isRunningImpl(PIDImpl pid)
|
bool ProcessImpl::isRunningImpl(PIDImpl pid)
|
||||||
{
|
{
|
||||||
throw Poco::NotImplementedException("Process::is_running()");
|
throw Poco::NotImplementedException("Process::is_running()");
|
||||||
|
|||||||
Reference in New Issue
Block a user