Dispatch Upcall Type.

Enumerator:
PreDispatch  This upcall is occurring predispatch.
PostDispatch  This upcall is occurring postdispatch.
CancelledPreDispatch  This upcall is occurring due to a cancellation predispatch.

Definition at line 1259 of file QThread.h.

01260     {
01261         PreDispatch=0,          
01262         PostDispatch=1,         
01263         CancelledPreDispatch=2  
01264     };


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:37:46 2009 for TnFOX by doxygen v1.4.7