Searched refs:MyPipedProcess (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/exec/
H A Dexec.cpp83 class MyPipedProcess;
84 WX_DEFINE_ARRAY_PTR(MyPipedProcess *, MyProcessesArray);
117 // for MyPipedProcess
118 void OnProcessTerminated(MyPipedProcess *process);
128 void AddAsyncProcess(MyPipedProcess *process)
142 void RemoveAsyncProcess(MyPipedProcess *process)
261 class MyPipedProcess : public MyProcess class in inherits:MyProcess
264 MyPipedProcess(MyFrame *parent, const wxString& cmd) function in class:MyPipedProcess
275 // A version of MyPipedProcess which also sends input to the stdin of the
277 class MyPipedProcess2 : public MyPipedProcess
[all...]

Completed in 87 milliseconds