Changeset 19262
- Timestamp:
- 10/22/18 19:19:17 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mbase/MTaskInteractive.cc
r7184 r19262 60 60 #include "MTaskInteractive.h" 61 61 62 #if ROOT_VERSION_CODE < ROOT_VERSION(6,00,00) 62 63 #include <Api.h> 64 #endif 63 65 #include <TMethodCall.h> 64 66 … … 126 128 Bool_t MTaskInteractive::Set(void *fcn, Int_t no, const char *params) 127 129 { 130 #if ROOT_VERSION_CODE < ROOT_VERSION(6,00,00) 128 131 // this function is called by CINT instead of the function above 129 132 if (!fcn) … … 159 162 160 163 return kTRUE; 164 #else 165 gLog << err << "MTaskInteractive::Set not yet supported for root 6." << endl; 166 return kFALSE; 167 #endif 161 168 } 162 169
Note:
See TracChangeset
for help on using the changeset viewer.