Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGridJobStatusList.h
Go to the documentation of this file.
1// @(#)root/net:$Id$
2// Author: Andreas-Joachim Peters 10/12/2006
3
4/*************************************************************************
5 * Copyright (C) 1995-2006, Rene Brun and Fons Rademakers. *
6 * All rights reserved. *
7 * *
8 * For the licensing terms see $ROOTSYS/LICENSE. *
9 * For the list of contributors see $ROOTSYS/README/CREDITS. *
10 *************************************************************************/
11
12#ifndef ROOT_TGridJobStatusList
13#define ROOT_TGridJobStatusList
14
15//////////////////////////////////////////////////////////////////////////
16// //
17// TGridJobStatusList //
18// //
19// Abstract base class defining a list of GRID job status //
20// //
21//////////////////////////////////////////////////////////////////////////
22
23#include "TList.h"
24
25namespace ROOT::Deprecated {
26
27class TGridJobStatusList : public TList {
28
29protected:
30 TString fJobID; // the job's ID
31
32public:
34 virtual ~TGridJobStatusList() { }
35
36 ClassDefOverride(TGridJobStatusList,1) // ABC defining interface to a list of GRID jobs
37};
38
40
41} // namespace ROOT::Deprecated
42
43using TGridJobStatusList R__DEPRECATED(6, 42, "TGridJobStatusList is expected to be unused and thus deprecated") =
46 R__DEPRECATED(6, 42, "gGridJobStatusList is expected to be unused and thus deprecated");
47
48#endif
#define R__EXTERN
Definition DllImport.h:26
#define R__DEPRECATED(MAJOR, MINOR, REASON)
Definition RConfig.hxx:510
#define ClassDefOverride(name, id)
Definition Rtypes.h:348
ROOT::Deprecated::TGridJobStatusList *& gGridJobStatusList
A doubly linked list.
Definition TList.h:38
Basic string class.
Definition TString.h:138
R__EXTERN TGridJobStatusList * gGridJobStatusList