/home/boudevil/Projects/Generic/Personnel/LOANI-testing/LOANI-0.6/LOANI-repository/ceylan/Ceylan/trunk/src/code/system/CeylanProcess.h

Child process creation and management class.
 Process & p =  * new myProcess() ;
 ...
 p.run() ;
 ...
 waitChildProcess( p ) ;
 ...
 

Note:
Depending on the platform support, some primitives may not be available, which results in ProcessException being raised whenever called. The reason for that is either the underlying platform is unable to provide these features, or the Ceylan porting effort did not manage them for the moment.
See also:
the CEYLAN_USES_ADVANCED_PROCESS_MANAGEMENT feature symbol to spot actual support beforehand.

Generated on Thu Jun 4 20:39:15 2009 for Ceylan by  doxygen 1.5.8