Inheritance diagram for TASInputHandler:
Public Member Functions | |
TASInputHandler (TApplicationServer *s, Int_t fd) | |
Bool_t | Notify () |
Bool_t | ReadNotify () |
Private Attributes | |
TApplicationServer * | fServ |
Definition at line 112 of file TApplicationServer.cxx.
TASInputHandler::TASInputHandler | ( | TApplicationServer * | s, | |
Int_t | fd | |||
) | [inline] |
Bool_t TASInputHandler::Notify | ( | ) | [virtual] |
Reimplemented from TFileHandler.
Definition at line 122 of file TApplicationServer.cxx.
References fServ, TApplicationServer::HandleSocketInput(), and kTRUE.
Referenced by ReadNotify().
Bool_t TASInputHandler::ReadNotify | ( | ) | [inline, virtual] |
Reimplemented from TFileHandler.
Definition at line 118 of file TApplicationServer.cxx.
References Notify().
TApplicationServer* TASInputHandler::fServ [private] |
Definition at line 113 of file TApplicationServer.cxx.
Referenced by Notify(), and TASInputHandler().