#ifndef ROOT_TSlaveLite
#define ROOT_TSlaveLite
#ifndef ROOT_TSlave
#include "TSlave.h"
#endif
class TObjString;
class TSocket;
class TSignalHandler;
class TSlaveLite : public TSlave {
friend class TProof;
private:
Bool_t fValid;
TSignalHandler *fIntHandler;
void Init();
public:
TSlaveLite(const char *ord, Int_t perf,
const char *image, TProof *proof, Int_t stype,
const char *workdir, const char *msd);
virtual ~TSlaveLite();
void Close(Option_t *opt = "");
void DoError(int level, const char *location, const char *fmt,
va_list va) const;
void Print(Option_t *option="") const;
Int_t SetupServ(Int_t stype, const char *conffile);
ClassDef(TSlaveLite, 0)
};
#endif
Last change: Tue Dec 16 12:07:21 2008
Last generated: 2008-12-16 12:07
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.