#ifndef ROOT_TGridJobStatusList
#define ROOT_TGridJobStatusList
#ifndef ROOT_TList
#include "TList.h"
#endif
#ifndef ROOT_TGridJob
#include "TGridJob.h"
#endif
class TGridJob;
class TGridJobStatusList : public TList {
protected:
TString fJobID;
public:
TGridJobStatusList() { }
virtual ~TGridJobStatusList() { }
ClassDef(TGridJobStatusList,1)
};
R__EXTERN TGridJobStatusList *gGridJobStatusList;
#endif
Last change: Wed Jun 25 08:46:18 2008
Last generated: 2008-06-25 08:46
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.