Confirmed users
699
edits
| Line 73: | Line 73: | ||
== Create the subprocess class == | == Create the subprocess class == | ||
This class is instantiated in the main process, and launches and tracks the actual child process. | |||
Create the files <code>ipc/test-harness/TestProcessParent.h</code> and <code>ipc/test-harness/TestProcessParent.cpp</code> with the following content. | Create the files <code>ipc/test-harness/TestProcessParent.h</code> and <code>ipc/test-harness/TestProcessParent.cpp</code> with the following content. | ||