File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1071,7 +1071,7 @@ friend class TXProofServ; // to access EUrgent
1071
1071
static Int_t GetParameter (TCollection *c, const char *par, Double_t &value);
1072
1072
1073
1073
ClassDefOverride (TProof,0 ) // PROOF control class
1074
- };
1074
+ } R__DEPRECATED( 6 , 38 , " Legacy interactive distributed processing engine. Use RDataFrame and DistRDF instead. " ) ;
1075
1075
1076
1076
// Global object with default PROOF session
1077
1077
R__EXTERN TProof *gProof ;
Original file line number Diff line number Diff line change @@ -168,6 +168,6 @@ friend class TProofPlayerLite;
168
168
static Int_t GetNumberOfWorkers (const char *url = 0 );
169
169
170
170
ClassDefOverride (TProofLite,0 ) // PROOF-Lite control class
171
- };
171
+ } R__DEPRECATED( 6 , 38 , " Legacy interactive distributed processing engine. Use RDataFrame instead. " ) ;
172
172
173
173
#endif
You can’t perform that action at this time.
0 commit comments