Ignore:
Timestamp:
05/31/12 17:18:52 (12 years ago)
Author:
tbretz
Message:
Removed obsolete use of c_str
File:
1 edited

Legend:

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

    r14002 r14007  
    6363StateMachineDim::StateMachineDim(ostream &out, const std::string &name)
    6464    : DimLog(out, name), DimStart(name, DimLog::fLog), StateMachineImp(out, name),
    65     fDescriptionStates((name+"/STATE_LIST").c_str(), const_cast<char*>(""),
     65    fDescriptionStates(name+"/STATE_LIST", "",
    6666                       "Provides a list with descriptions for each service."
    6767                       "|StateList[string]:A \\n separated list of the form id:name=description"),
    68     fSrvState((name+"/STATE").c_str(), const_cast<char*>(""),
     68    fSrvState(name+"/STATE", "",
    6969              "Provides the state of the state machine as quality of service."
    7070              "|Text[string]:A human readable string sent by the last state change.")
Note: See TracChangeset for help on using the changeset viewer.