Inheritance diagram for TASInterruptHandler:
Public Member Functions | |
TASInterruptHandler (TApplicationServer *s) | |
Bool_t | Notify () |
Private Attributes | |
TApplicationServer * | fServ |
Definition at line 71 of file TApplicationServer.cxx.
TASInterruptHandler::TASInterruptHandler | ( | TApplicationServer * | s | ) | [inline] |
Bool_t TASInterruptHandler::Notify | ( | ) | [virtual] |
Reimplemented from TSignalHandler.
Definition at line 80 of file TApplicationServer.cxx.
References fServ, TSignalHandler::GetSignal(), TApplicationServer::HandleUrgentData(), TROOT::Initialized(), kTRUE, and Throw().
TApplicationServer* TASInterruptHandler::fServ [private] |
Definition at line 72 of file TApplicationServer.cxx.
Referenced by Notify(), and TASInterruptHandler().