Changes in external/ExRootAnalysis/ExRootConfReader.h [341014c:bd8c884] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/ExRootAnalysis/ExRootConfReader.h
r341014c rbd8c884 21 21 { 22 22 public: 23 23 24 ExRootConfParam(const char *name = 0, Tcl_Obj *object = 0, Tcl_Interp *interp = 0); 24 25 … … 33 34 34 35 private: 36 35 37 const char *fName; //! 36 38 Tcl_Obj *fObject; //! … … 40 42 //------------------------------------------------------------------------------ 41 43 42 class ExRootConfReader : public TNamed44 class ExRootConfReader : public TNamed 43 45 { 44 46 public: … … 64 66 65 67 private: 68 66 69 const char *fTopDir; //! 67 70 … … 74 77 75 78 #endif 79
Note:
See TracChangeset
for help on using the changeset viewer.