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

This method must be invoked to run a thread. It creates a new POSIX thread which calls the method start().

 Thread * myThread = new ThreadSubClass() ;
 myThread->run() ;
 

Exceptions:
RunnableException if the thread could not be run properly, including if the multheading feature is not supported.

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