Update Process_VX.cpp

This commit is contained in:
Aleksandar Fabijanic
2014-08-12 18:37:35 -05:00
parent 770a25e8fe
commit b55ade5fcf

View File

@@ -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()");