Ignore:
Timestamp:
05/31/12 16:45:52 (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/StateMachineDim.h

    r13835 r14002  
    6868    void infoHandler();          /// Overwritten DimInfo::infoHandler
    6969
    70     EventImp *CreateEvent(const char *name, const char *fmt);
    71     EventImp *CreateService(const char *name);
     70    EventImp *CreateEvent(const std::string &name, const std::string &fmt);
     71    EventImp *CreateService(const std::string &name);
    7272
    7373protected:
Note: See TracChangeset for help on using the changeset viewer.