mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-08 06:42:55 +01:00
Update Process_VMS.cpp
This commit is contained in:
@@ -139,15 +139,19 @@ void ProcessImpl::killImpl(PIDImpl pid)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
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()");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void ProcessImpl::requestTerminationImpl(PIDImpl pid)
|
void ProcessImpl::requestTerminationImpl(PIDImpl pid)
|
||||||
{
|
{
|
||||||
std::string evName("POCOTRM");
|
std::string evName("POCOTRM");
|
||||||
|
|||||||
Reference in New Issue
Block a user