#ifndef ROOT_TDSetProxy
#define ROOT_TDSetProxy
#ifndef ROOT_TDSet
#include "TDSet.h"
#endif
class TProofServ;
class TDSetProxy : public TDSet {
private:
   TProofServ     *fServ;     
public:
   TDSetProxy();
   TDSetProxy(const char *type, const char *objname = "*", const char *dir = "/");
   void           Reset();
   TDSetElement  *Next(Long64_t totalEntries = -1);
   void  SetProofServ(TProofServ *serv);
   ClassDef(TDSetProxy,1)  
};
#endif
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.