Ignore:
Timestamp:
10/16/06 19:43:37 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mdata
Files:
4 edited

Legend:

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

    r3666 r8073  
    1414#pragma link C++ class MDataFormula+;
    1515
     16#pragma link C++ class MDataPhrase+;
     17
    1618#endif
  • trunk/MagicSoft/Mars/mdata/MDataList.cc

    r7804 r8073  
    310310//
    311311// Builds a rule from all the list members. This is a rule which could
    312 // be used to rebuild the list using the constructor of a MDataChain
     312// be used to rebuild the list using the constructor of a MDataPhrase
    313313//
    314314TString MDataList::GetRule() const
  • trunk/MagicSoft/Mars/mdata/MDataMember.cc

    r3572 r8073  
    187187// --------------------------------------------------------------------------
    188188//
    189 // Builds a rule which cn be used in a MDataChain to describe this object
     189// Builds a rule which can be used in a MDataPhrase to describe this object
    190190//
    191191TString MDataMember::GetRule() const
  • trunk/MagicSoft/Mars/mdata/Makefile

    r3927 r8073  
    1616
    1717SRCFILES = MData.cc \
     18           MDataPhrase.cc \
    1819           MDataArray.cc \
    1920           MDataElement.cc \
Note: See TracChangeset for help on using the changeset viewer.