From: Julian Smart Date: Thu, 2 Jul 1998 16:40:30 +0000 (+0000) Subject: Added dummy constructors etc. for wxProcess(Event) until Guilhem does it X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e74d736b5a1ef27657eacefebc5407d9f0bf397c Added dummy constructors etc. for wxProcess(Event) until Guilhem does it for real. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/utilsexc.cpp b/src/msw/utilsexc.cpp index ef2e39750b..2024eb7752 100644 --- a/src/msw/utilsexc.cpp +++ b/src/msw/utilsexc.cpp @@ -206,3 +206,22 @@ p,i return(instanceID); #endif } + +// DUMMIES TO SATISFY THE LINKER UNTIL GUILHEM FINISHES THE CODE +wxProcess::wxProcess(wxEvtHandler *parent, int id) +{ +} + +wxProcess::~wxProcess() +{ +} + +void wxProcess::OnTerminate(int pid) +{ +} + +wxProcessEvent::wxProcessEvent(int id, int pid) +{ +} + +