|
VMime
|


Public Member Functions | |
| virtual | ~childProcessFactory () |
| virtual shared_ptr< childProcess > | create (const utility::file::path &path) const =0 |
Additional Inherited Members | |
Protected Member Functions inherited from object | |
| object () | |
| object (const object &) | |
| object & | operator= (const object &) |
| virtual | ~object () |
Create 'childProcess' objects.
|
virtual |
|
pure virtual |
Create a new child process.
| path | full path of the process executable file |