12 #ifndef ROOT_TProofServLite 
   13 #define ROOT_TProofServLite 
   28 class TProofServLiteInterruptHandler;
 
   30 class TProofServLite : 
public TProofServ {
 
   33    TProofServLiteInterruptHandler *fInterruptHandler;
 
   39    Int_t         SetupOnFork(
const char *ord);
 
   42    TProofServLite(Int_t *argc, 
char **argv, FILE *flog = 0);
 
   43    virtual ~TProofServLite();
 
   47    void          HandleFork(TMessage *mess);
 
   51    void          HandleTermination();
 
   53    void          Terminate(Int_t status);
 
   55    ClassDef(TProofServLite,0)