Changeset 9518 for trunk/MagicSoft/Mars/mdata
- Timestamp:
- 10/26/09 14:31:19 (15 years ago)
- Location:
- trunk/MagicSoft/Mars/mdata
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mdata/MDataMember.h
r8892 r9518 17 17 TString fDataMember; 18 18 19 MParContainer *fObject; 20 TMethodCall *fCall; 19 MParContainer *fObject; //! A pointer to the container from the paramater list 20 TMethodCall *fCall; //! The corresponding method call to the member function 21 21 22 22 enum { kIsInt = BIT(14) }; … … 48 48 void SetVariables(const TArrayD &arr) { } 49 49 50 ClassDef(MDataMember, 1) // MData object corresponding to a single data member of a Mars container50 ClassDef(MDataMember, 2) // MData object corresponding to a single data member of a Mars container 51 51 }; 52 52 -
trunk/MagicSoft/Mars/mdata/Makefile
r8073 r9518 6 6 # 7 7 ################################################################## 8 include ../Makefile.conf.general 8 9 include ../Makefile.conf.$(OSTYPE) 9 include ../Makefile.conf.general10 10 11 11 #------------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.