FACT++  1.0
void MStarguider::CloseWindow ( )

Definition at line 477 of file MStarguider.cc.

References Camera::ExitLoop(), and fGetter.

478 {
479  cout << "EventDisplay::CloseWindow: Exit Application Loop." << endl;
480 
481  //fClient.ExitLoop();
482  // cout << "FIXME: ExitLoop not called!!!!!!" << endl;
483  fGetter->ExitLoop();
484  gSystem->ExitLoop();
485 }
void ExitLoop()
Definition: Camera.h:46
Camera * fGetter
Definition: MStarguider.h:33

+ Here is the call graph for this function: