QMUTEX_INLINEP void FX::QMutex::lock (  )  [inherited]

If free, claims the mutex and returns immediately. If not, waits until the current holder releases it and then claims it before returning

Warning:
Do not use this directly unless absolutely necessary. Use QMtxHold instead.

Reimplemented in FX::TnFXApp.

Definition at line 709 of file int_QMutexImpl.h.

00709 { int_lock(); }


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