Ignore:
Timestamp:
04/15/11 23:03:39 (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/Connection.cc

    r10284 r10373  
    2323    // -------- Abbreviations for starting async tasks ---------
    2424
    25 int Connection::Write(const Time &t, const char *txt, int qos)
     25int Connection::Write(const Time &t, const string &txt, int qos)
    2626{
    2727    if (fLog)
Note: See TracChangeset for help on using the changeset viewer.