| 
 
 | 
 | 
Asynchronous call routing thread
| Router (Driver* driver, const char* id, Message* msg) | Router | 
Constructor - creates a new routing thread
Parameters:
| driver | Pointer to the driver that asked for routing | 
| id | Unique identifier of the channel being routed | 
| msg | Pointer to an already filled message | 
| void  run () | run | 
[virtual]
Main thread running method
Reimplemented from Runnable.
| bool  route () | route | 
[virtual]
Actual routing method
Returns: True if call was successfully routed
| void  cleanup () | cleanup | 
[virtual]
Thread cleanup handler
Reimplemented from Thread.
| const String&  id () | id | 
[protected const]
Get the routed channel identifier
Returns: Unique id of the channel being routed
| Generated by: root on dragoshel on Fri Aug 24 11:49:48 2007, using kdoc 2.0a54. |