Example #1
0
 /**
  * To be removed, only used by GlueMapWindow::Idle().
  */
 bool IsTriggered() {
   return trigger.Test();
 }
Example #2
0
 /**
  * Check this thread has received the "Stop" comand.
  */
 bool CheckStopped() const {
   return stop_trigger.Test();
 }