FACT++  1.0
WindowLog::~WindowLog ( )
inline

Definition at line 112 of file WindowLog.h.

References Queue< T, List >::wait().

113  {
114  fQueueFile.wait(false);
115  }
Queue< std::string > fQueueFile
Mutex securing output to fWindow.
Definition: WindowLog.h:78
bool wait(bool abrt=false)
Definition: Queue.h:186

+ Here is the call graph for this function: