- Timestamp:
- 05/31/12 17:18:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/StateMachineDim.cc
r14002 r14007 63 63 StateMachineDim::StateMachineDim(ostream &out, const std::string &name) 64 64 : 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", "", 66 66 "Provides a list with descriptions for each service." 67 67 "|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", "", 69 69 "Provides the state of the state machine as quality of service." 70 70 "|Text[string]:A human readable string sent by the last state change.")
Note:
See TracChangeset
for help on using the changeset viewer.