FACT++  1.0
void Main::Thread ( MainImp io_service,
bool  dummy,
int &  rc 
)

Definition at line 79 of file Main.h.

References MainImp::Run(), and Readline::Stop().

Referenced by execute().

80  {
81  // This is necessary so that the StateMachien Thread can signal the
82  // Readline to exit
83  rc = io_service->Run(dummy);
85  }
static void Stop()
Definition: Readline.cc:1534
virtual int Run(bool)=0

+ Here is the call graph for this function:

+ Here is the caller graph for this function: