12#ifndef ROOT_TProofServLite
13#define ROOT_TProofServLite
#define ClassDefOverride(name, id)
void HandleSigPipe() override
Called when the client is not alive anymore; terminate the session.
~TProofServLite() override
Cleanup.
TProofServLite(Int_t *argc, char **argv, FILE *flog=0)
Main constructor.
Int_t Setup() override
Print the ProofServ logo on standard output.
TProofServLiteInterruptHandler * fInterruptHandler
Int_t SetupOnFork(const char *ord)
Finalize the server setup afetr forking.
void HandleFork(TMessage *mess) override
Cloning itself via fork.
void HandleTermination() override
Called when the client is not alive anymore; terminate the session.
void Terminate(Int_t status) override
Terminate the proof server.
Int_t CreateServer() override
Finalize the server setup.
TProofServ(Int_t *argc, char **argv, FILE *flog=0)
Main constructor.
friend class TProofServLite