#ifndef ROOT_TProofQueryResult
#define ROOT_TProofQueryResult
#ifndef ROOT_TQueryResult
#include "TQueryResult.h"
#endif
class TDSet;
class TProofServ;
class TProofQueryResult : public TQueryResult {
friend class TProofServ;
private:
Int_t fStartLog;
TProofQueryResult(Int_t seqnum, const char *opt, TList *inlist,
Long64_t entries, Long64_t first, TDSet *dset,
const char *selec, TObject *elist = 0);
void SetFinalized() { TQueryResult::SetFinalized(); }
void SetRunning(Int_t startlog, const char *par);
public:
TProofQueryResult() : TQueryResult(), fStartLog(-1) { }
virtual ~TProofQueryResult() { }
ClassDef(TProofQueryResult,1)
};
#endif
Last change: Tue Oct 7 11:41:42 2008
Last generated: 2008-10-07 11:41
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.