Ignore:
Timestamp:
10/26/09 14:31:19 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mdata
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mdata/MDataMember.h

    r8892 r9518  
    1717    TString fDataMember;
    1818
    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
    2121
    2222    enum { kIsInt = BIT(14) };
     
    4848    void SetVariables(const TArrayD &arr) { }
    4949
    50     ClassDef(MDataMember, 1) // MData object corresponding to a single data member of a Mars container
     50    ClassDef(MDataMember, 2) // MData object corresponding to a single data member of a Mars container
    5151};
    5252
  • trunk/MagicSoft/Mars/mdata/Makefile

    r8073 r9518  
    66#
    77##################################################################
     8include ../Makefile.conf.general
    89include ../Makefile.conf.$(OSTYPE)
    9 include ../Makefile.conf.general
    1010
    1111#------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.