Changeset 14003 for trunk


Ignore:
Timestamp:
05/31/12 16:46:10 (12 years ago)
Author:
tbretz
Message:
Replaced some 'const char*' with a const-refernce to a std::string
File:
1 edited

Legend:

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

    r13831 r14003  
    4242//!
    4343//
    44 Event::Event(const string &name, const char *fmt) :
     44Event::Event(const string &name, const string &fmt) :
    4545    fName(name), fFormat(fmt), fTime(Time::none), fQoS(0)
    4646{
Note: See TracChangeset for help on using the changeset viewer.