Ignore:
Timestamp:
10/16/06 20:27:58 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfbase/MFDataChain.cc

    r7804 r8076  
    2828//
    2929// With this filter you can filter in all variables from Mars parameter
    30 // containers using rules (for more details see MDataChain).
     30// containers using rules (for more details see MDataPhrase).
    3131//
    3232// In the constructor you can give the filter variable, like
     
    5252
    5353#include "MDataValue.h"
     54#include "MDataPhrase.h"
    5455
    5556#include "MLog.h"
     
    8687MFDataChain::MFDataChain(const char *rule, const char type, const char *cond,
    8788                         const char *name, const char *title)
    88     : fData(rule), fCond(new MDataChain(cond))
     89    : fData(rule), fCond(new MDataPhrase(cond))
    8990{
    9091    fName  = name  ? name  : "MFDataChain";
Note: See TracChangeset for help on using the changeset viewer.