* Deleted all ^M
* Added common/process.cpp git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -63,10 +63,6 @@
|
||||
#endif
|
||||
#include <stdarg.h>
|
||||
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxProcessEvent, wxEvent)
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxProcess, wxEvtHandler)
|
||||
|
||||
|
||||
#define wxEXECUTE_WIN_MESSAGE 10000
|
||||
|
||||
struct wxExecuteData {
|
||||
@@ -206,22 +202,3 @@ 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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user