/////////////////////////////////////////////////////////////////////////////
-// Name: process.cpp
+// Name: src/common/process.cpp
// Purpose: Process termination classes
// Author: Guilhem Lavaux
// Modified by: Vadim Zeitlin to check error codes, added Detach() method
{
// we just detach from the next handler of the chain (i.e. our "parent" -- see ctor)
// not also from the previous handler like wxEvtHandler::Unlink() would do:
-
+
if (m_nextHandler)
m_nextHandler->SetPreviousHandler(m_previousHandler);