Changeset 10374


Ignore:
Timestamp:
04/15/11 23:04:46 (14 years ago)
Author:
tbretz
Message:
Changed basis of MessageImp::Write function from const char* to std::string& to be able to boost::bind the function, because boost::bind will hold an internal copy of the string.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/StateMachineDim.cc

    r10183 r10374  
    143143//! MessageImp to MessageDim object.
    144144//
    145 int StateMachineDim::Write(const Time &time, const char *txt, int qos)
     145int StateMachineDim::Write(const Time &time, const string &txt, int qos)
    146146{
    147147    return fLog.Write(time, txt, qos);
Note: See TracChangeset for help on using the changeset viewer.