Changeset 14168


Ignore:
Timestamp:
06/13/12 14:25:14 (12 years ago)
Author:
tbretz
Message:
Added a default argument to Write, although strictly speaking it is not necessary
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/DataProcessorImp.h

    r12477 r14168  
    2222    uint32_t    fRunId;
    2323
    24     int Write(const Time &time, const std::string &txt, int qos)
     24    int Write(const Time &time, const std::string &txt, int qos=kMessage)
    2525    {
    2626        return fMsg.Write(time, txt, qos);
Note: See TracChangeset for help on using the changeset viewer.