Inheritance diagram for TProofServLiteInputHandler:
Public Member Functions | |
TProofServLiteInputHandler (TProofServLite *s, Int_t fd) | |
Bool_t | Notify () |
Bool_t | ReadNotify () |
Private Attributes | |
TProofServLite * | fServ |
Definition at line 148 of file TProofServLite.cxx.
TProofServLiteInputHandler::TProofServLiteInputHandler | ( | TProofServLite * | s, | |
Int_t | fd | |||
) | [inline] |
Bool_t TProofServLiteInputHandler::Notify | ( | ) | [virtual] |
Reimplemented from TFileHandler.
Definition at line 158 of file TProofServLite.cxx.
References fServ, TProofServ::HandleSocketInput(), and kTRUE.
Referenced by ReadNotify().
Bool_t TProofServLiteInputHandler::ReadNotify | ( | ) | [inline, virtual] |
Reimplemented from TFileHandler.
Definition at line 154 of file TProofServLite.cxx.
References Notify().
TProofServLite* TProofServLiteInputHandler::fServ [private] |
Definition at line 149 of file TProofServLite.cxx.
Referenced by Notify(), and TProofServLiteInputHandler().