Skip to content

Commit cd4e849

Browse files
committed
Revert "[net] deprecate TGridJobStatus"
This reverts commit d2616ba.
1 parent 35f610c commit cd4e849

3 files changed

Lines changed: 3 additions & 9 deletions

File tree

net/net/inc/LinkDef.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#pragma link C++ class TGridResult+;
3535
#pragma link C++ class ROOT::Deprecated::TGridJDL+;
3636
#pragma link C++ class ROOT::Deprecated::TGridJob+;
37-
#pragma link C++ class ROOT::Deprecated::TGridJobStatus+;
37+
#pragma link C++ class TGridJobStatus+;
3838
#pragma link C++ class TGridJobStatusList+;
3939
#pragma link C++ class ROOT::Deprecated::TGridCollection+;
4040
#pragma link C++ class TFileStager;
@@ -46,6 +46,5 @@
4646
#pragma read sourceClass="TGridCollection" version="[-1]" targetClass="ROOT::Deprecated::TGridCollection"
4747
#pragma read sourceClass="TGridJDL" version="[-1]" targetClass="ROOT::Deprecated::TGridJDL"
4848
#pragma read sourceClass="TGridJob" version="[-1]" targetClass="ROOT::Deprecated::TGridJob"
49-
#pragma read sourceClass="TGridJobStatus" version="[-1]" targetClass="ROOT::Deprecated::TGridJobStatus"
5049

5150
#endif

net/net/inc/TGridJob.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@
2525
#include "TObject.h"
2626
#include "TString.h"
2727

28-
namespace ROOT::Deprecated {
2928

3029
class TGridJobStatus;
3130

31+
namespace ROOT::Deprecated {
32+
3233
class TGridJob : public TObject {
3334

3435
protected:

net/net/inc/TGridJobStatus.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
#include "TNamed.h"
2424

25-
namespace ROOT::Deprecated {
2625

2726
class TGridJobStatus : public TNamed {
2827

@@ -51,9 +50,4 @@ class TGridJobStatus : public TNamed {
5150
ClassDefOverride(TGridJobStatus,1) // ABC defining status of a Grid job
5251
};
5352

54-
} // namespace ROOT::Deprecated
55-
56-
using TGridJobStatus R__DEPRECATED(6, 42, "TGridJobStatus is expected to be unused and thus deprecated") =
57-
ROOT::Deprecated::TGridJobStatus;
58-
5953
#endif

0 commit comments

Comments
 (0)